Ver código fonte

{default,traditional}.yaml: refer to IPs/CIDR instead of addrs

Whenever CIDR is mentioned in the config, it's in combination with IP so
talking about addressese in these points gives wrong impression that a
domain name would be valid as those are often thought as addresses.
tags/v2.5.0-rc1
Mikaela Suomalainen 3 anos atrás
pai
commit
a68d4da5df
Nenhuma conta vinculada ao e-mail do autor do commit
2 arquivos alterados com 4 adições e 4 exclusões
  1. 2
    2
      default.yaml
  2. 2
    2
      traditional.yaml

+ 2
- 2
default.yaml Ver arquivo

184
         # possibility of real users being silently spoofed
184
         # possibility of real users being silently spoofed
185
         available-to-chanops: true
185
         available-to-chanops: true
186
 
186
 
187
-    # addresses/CIDRs the PROXY command can be used from
187
+    # IPs/CIDRs the PROXY command can be used from
188
     # this should be restricted to localhost (127.0.0.1/8, ::1/128, and unix sockets),
188
     # this should be restricted to localhost (127.0.0.1/8, ::1/128, and unix sockets),
189
     # unless you have a good reason. you should also add these addresses to the
189
     # unless you have a good reason. you should also add these addresses to the
190
     # connection limits and throttling exemption lists.
190
     # connection limits and throttling exemption lists.
204
             # password the gateway uses to connect, made with oragono genpasswd
204
             # password the gateway uses to connect, made with oragono genpasswd
205
             password: "$2a$04$abcdef0123456789abcdef0123456789abcdef0123456789abcde"
205
             password: "$2a$04$abcdef0123456789abcdef0123456789abcdef0123456789abcde"
206
 
206
 
207
-            # addresses/CIDRs that can use this webirc command
207
+            # IPs/CIDRs that can use this webirc command
208
             # you should also add these addresses to the connection limits and throttling exemption lists
208
             # you should also add these addresses to the connection limits and throttling exemption lists
209
             hosts:
209
             hosts:
210
                 - localhost
210
                 - localhost

+ 2
- 2
traditional.yaml Ver arquivo

157
         # possibility of real users being silently spoofed
157
         # possibility of real users being silently spoofed
158
         available-to-chanops: true
158
         available-to-chanops: true
159
 
159
 
160
-    # addresses/CIDRs the PROXY command can be used from
160
+    # IPs/CIDRs the PROXY command can be used from
161
     # this should be restricted to localhost (127.0.0.1/8, ::1/128, and unix sockets),
161
     # this should be restricted to localhost (127.0.0.1/8, ::1/128, and unix sockets),
162
     # unless you have a good reason. you should also add these addresses to the
162
     # unless you have a good reason. you should also add these addresses to the
163
     # connection limits and throttling exemption lists.
163
     # connection limits and throttling exemption lists.
177
             # password the gateway uses to connect, made with oragono genpasswd
177
             # password the gateway uses to connect, made with oragono genpasswd
178
             password: "$2a$04$abcdef0123456789abcdef0123456789abcdef0123456789abcde"
178
             password: "$2a$04$abcdef0123456789abcdef0123456789abcdef0123456789abcde"
179
 
179
 
180
-            # addresses/CIDRs that can use this webirc command
180
+            # IPs/CIDRs that can use this webirc command
181
             # you should also add these addresses to the connection limits and throttling exemption lists
181
             # you should also add these addresses to the connection limits and throttling exemption lists
182
             hosts:
182
             hosts:
183
                 - localhost
183
                 - localhost

Carregando…
Cancelar
Salvar