Update config.json so fail2rest only bind to loopback

This commit is contained in:
Sean DuBois 2014-06-18 06:30:02 +00:00
parent c9ba89e725
commit 67aa38de0d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"Addr": "0.0.0.0:5000",
"Addr": "127.0.0.1:5000",
"Fail2banSocket": "/var/run/fail2ban/fail2ban.sock"
}