3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 11:59:40 +01:00

#1011: recommend allowing webirc from localhost

This commit is contained in:
Shivaram Lingamneni 2020-05-16 23:13:24 -04:00
parent 045dd89c41
commit 9402c0acf7
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ server:
# addresses/CIDRs that can use this webirc command # addresses/CIDRs that can use this webirc command
# you should also add these addresses to the connection limits and throttling exemption lists # you should also add these addresses to the connection limits and throttling exemption lists
hosts: hosts:
# - localhost - localhost
# - "192.168.1.1" # - "192.168.1.1"
# - "192.168.10.1/24" # - "192.168.10.1/24"

View File

@ -178,7 +178,7 @@ server:
# addresses/CIDRs that can use this webirc command # addresses/CIDRs that can use this webirc command
# you should also add these addresses to the connection limits and throttling exemption lists # you should also add these addresses to the connection limits and throttling exemption lists
hosts: hosts:
# - localhost - localhost
# - "192.168.1.1" # - "192.168.1.1"
# - "192.168.10.1/24" # - "192.168.10.1/24"