30 May
2014
30 May
'14
6:54 p.m.
A little simpler perhaps: - most configuration directives for IP addresses, host names, etc. should now use "ipaddr" - "ipaddr" works the same as it always did, mostly - you can force v4/v6 by using "ipv4addr" or "ipv6addr" instead of "ipaddr" - "ipaddr" will try to use a v4 record from DNS - if there's no v4 record in DNS, "ipaddr" will look for a v6 record. All of these directives will first try to parse an actual address (e.g. 192.168.2.1). If that fails, they'll look up the string in DNS. Alan DeKok.