diff options
Diffstat (limited to 'docs/conf/links.conf.example')
-rw-r--r-- | docs/conf/links.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/links.conf.example b/docs/conf/links.conf.example index b196c5621..5e36689f0 100644 --- a/docs/conf/links.conf.example +++ b/docs/conf/links.conf.example @@ -29,7 +29,7 @@ # allowmask: Range of IP addresses to allow for this link. # Can be a CIDR (see example). - allowmask="69.58.44.0/24 127.0.0.0/8" + allowmask="203.0.113.0/24 127.0.0.0/8 2001:db8::/32" # timeout: If defined, this option defines how long the server # will wait to consider the connect attempt failed and try the @@ -74,7 +74,7 @@ <link name="hub.penguin.org" ipaddr="penguin.box.com" port="7000" - allowmask="69.58.44.0/24" + allowmask="203.0.113.0/24" timeout="300" ssl="gnutls" bind="1.2.3.4" |