mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-26 08:31:52 +08:00
feat: add domain and external ip configuration items (#18)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
version: 4.0
|
||||
version: 1.0
|
||||
addr: :10000
|
||||
token:
|
||||
domain:
|
||||
external_ip: # You need to make sure that your target can access the server through this ip.
|
||||
database: revsuit.db
|
||||
log_level: info
|
||||
|
||||
@@ -18,7 +20,6 @@ mysql:
|
||||
ftp:
|
||||
enable: true
|
||||
addr: :21
|
||||
pasv_ip: 127.0.0.1 # your public network ip
|
||||
pasv_port: 2020
|
||||
notice:
|
||||
dingtalk: https://oapi.dingtalk.com/robot/send?access_token={token}
|
||||
|
||||
Reference in New Issue
Block a user