Skip to content

Commit 95a3ab4

Browse files
committed
doc: use 'TEST-NET' IPv4 or IPv6 IP address ranges from RFC 6890
Replace ip examples with test doc ip addresses for any address not in 127.0.0.1 or 0.0.0.0.
1 parent fe0b23d commit 95a3ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/scripts/roundup_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def inner_run_cgi(self):
475475
# config option to control its use.
476476
# Made available for extensions if the user trusts it.
477477
# E.g. you may wish to disable recaptcha validation extension
478-
# if the ip of the client matches 172.16.0.0.
478+
# if the ip of the client matches 198.51.100.X
479479
env['HTTP_X_FORWARDED_FOR'] = xff
480480
xfp = self.headers.get('X-Forwarded-Proto', None)
481481
if xfp:

0 commit comments

Comments
 (0)