mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-26 16:41:53 +08:00
feat(ftp): support receive ftp connection (#6)
Co-authored-by: E99p1ant <[email protected]>
This commit is contained in:
+7
-2
@@ -1,8 +1,8 @@
|
||||
version: 4.0
|
||||
addr: :10000
|
||||
token: token
|
||||
token:
|
||||
database: revsuit.db
|
||||
log_level: debug
|
||||
log_level: info
|
||||
|
||||
http:
|
||||
ip_header:
|
||||
@@ -15,6 +15,11 @@ mysql:
|
||||
enable: true
|
||||
addr: :3306
|
||||
version_string: 10.4.13-MariaDB-log
|
||||
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