Skip to content

Commit 67aa38d

Browse files
committed
Update config.json so fail2rest only bind to loopback
1 parent c9ba89e commit 67aa38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"Addr": "0.0.0.0:5000",
2+
"Addr": "127.0.0.1:5000",
33
"Fail2banSocket": "/var/run/fail2ban/fail2ban.sock"
44
}

0 commit comments

Comments
 (0)