mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
plugin/dns64 : add support for DNS requests over IPv4 network (#4809)
This commit is contained in:
@@ -66,6 +66,8 @@ func dns64Parse(c *caddy.Controller) (*DNS64, error) {
|
||||
dns64.Prefix = pref
|
||||
case "translate_all":
|
||||
dns64.TranslateAll = true
|
||||
case "allow_ipv4":
|
||||
dns64.AllowIPv4 = true
|
||||
default:
|
||||
return nil, c.Errf("unknown property '%s'", c.Val())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user