diff options
author | Mantas Mikulėnas <grawity@gmail.com> | 2014-01-02 16:52:51 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-20 16:44:10 +0100 |
commit | b43e157a14f56b2d0d608484e4d819b03f60fd09 (patch) | |
tree | 966fd6a64e1e64c6b0a30265d79ba6d4eb54838d /docs/conf/links.conf.example | |
parent | 44301db24589223e10fc898fb3ca6ec9f57a9bd5 (diff) |
Use standard example addresses in configs
`2001:db8::/32` is the [standard][1] IPv6 example address range, using
it also makes it clear when the user has just copy-pasted the example
config and didn't actually whitelist 6BONE for some strange reason.
Similarly, there are example addresses for [IPv4][2] and [DNS][3].
[1]: http://tools.ietf.org/html/rfc3849
[2]: http://tools.ietf.org/html/rfc5737
[3]: http://tools.ietf.org/html/rfc2606
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 fc0fc3b5e..1b715123d 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" + allowmask="203.0.113.0/24" # 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" |