::arg().preParseFile(filename, "allow-notify-for-file", ::arg()["allow-notify-for-file"]);
::arg().preParseFile(filename, "export-etc-hosts", ::arg()["export-etc-hosts"]);
::arg().preParseFile(filename, "serve-rfc1918", ::arg()["serve-rfc1918"]);
- ::arg().preParseFile(filename, "serve-rfc1918", ::arg()["serve-rfc6303"]);
+ ::arg().preParseFile(filename, "serve-rfc6303", ::arg()["serve-rfc6303"]);
}
}
// Process command line args potentially overriding what we read from config files
This makes the server authoritatively aware of the zones in RFC 6303 not covered by RFC 1918.
Individual parts of these zones can still be loaded or forwarded.
''',
- 'versionadded': ['5.1.x', '5.2.0'],
+ 'versionadded': ['5.1.3', '5.2.0'],
},
{
'name' : 'serve_stale_extensions',