feat: add domain and external ip configuration items (#18)

This commit is contained in:
Li4n0
2021-05-22 20:40:04 +08:00
committed by GitHub
parent bc6e3962f8
commit 1144f67d37
55 changed files with 228 additions and 143 deletions
+3 -2
View File
@@ -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}