zoneconf.in (local-addresses-p): Set fake addresses in env var.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 23 Jan 2013 20:56:59 +0000 (20:56 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 23 Jan 2013 20:56:59 +0000 (20:56 +0000)
It's useful to be able to test configurations away from the production
environment, but the `local-addresses-p' check causes the results to be
different.  To allow this kind of testing, set the environment variable
`ZONECONF_LOCAL_ADDRESSES' to a `:'-separated list of IP addresses, in
dotted-quad format: then these addresses and no others will be
considered local.


No differences found