mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
Merge pull request #1014 from slingamn/issue1011_webirc
#1011: recommend allowing webirc from localhost
This commit is contained in:
commit
de39384875
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user