diff --git a/default.yaml b/default.yaml index 4983d654..4a394bcb 100644 --- a/default.yaml +++ b/default.yaml @@ -184,7 +184,7 @@ server: # possibility of real users being silently spoofed available-to-chanops: true - # addresses/CIDRs the PROXY command can be used from + # IPs/CIDRs the PROXY command can be used from # this should be restricted to localhost (127.0.0.1/8, ::1/128, and unix sockets), # unless you have a good reason. you should also add these addresses to the # connection limits and throttling exemption lists. @@ -204,7 +204,7 @@ server: # password the gateway uses to connect, made with oragono genpasswd password: "$2a$04$abcdef0123456789abcdef0123456789abcdef0123456789abcde" - # addresses/CIDRs that can use this webirc command + # IPs/CIDRs that can use this webirc command # you should also add these addresses to the connection limits and throttling exemption lists hosts: - localhost diff --git a/traditional.yaml b/traditional.yaml index 44299d9a..227ed980 100644 --- a/traditional.yaml +++ b/traditional.yaml @@ -157,7 +157,7 @@ server: # possibility of real users being silently spoofed available-to-chanops: true - # addresses/CIDRs the PROXY command can be used from + # IPs/CIDRs the PROXY command can be used from # this should be restricted to localhost (127.0.0.1/8, ::1/128, and unix sockets), # unless you have a good reason. you should also add these addresses to the # connection limits and throttling exemption lists. @@ -177,7 +177,7 @@ server: # password the gateway uses to connect, made with oragono genpasswd password: "$2a$04$abcdef0123456789abcdef0123456789abcdef0123456789abcde" - # addresses/CIDRs that can use this webirc command + # IPs/CIDRs that can use this webirc command # you should also add these addresses to the connection limits and throttling exemption lists hosts: - localhost