mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 05:12:36 +08:00
14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
# 允许远程访问
|
|
bind 0.0.0.0
|
|
|
|
# 关闭保护模式(允许外部连接)
|
|
protected-mode no
|
|
|
|
# 不设置密码
|
|
requirepass ""
|
|
|
|
# 后台运行
|
|
daemonize no
|
|
|
|
# 关闭持久化
|
|
appendonly no |