Been trying to set netfence_prefix to do split horizon DNS. There's something defining filters when a bool like netfence_prefix is converted into JSON. I'm not really sure how to fix it. Almost like when schema.TypeMap is turned into JSON nothing is defining remove_no_ip_prefixes as a bool
I get errors like
nsone_record.www_priv: 400 Bad Request: {"message":"filter declaration incorrect: \"1\" invalid for option \"remove_no_ip_prefixes\""}
Been trying to set netfence_prefix to do split horizon DNS. There's something defining filters when a bool like netfence_prefix is converted into JSON. I'm not really sure how to fix it. Almost like when schema.TypeMap is turned into JSON nothing is defining remove_no_ip_prefixes as a bool
I get errors like
In a test record
Gets translated into
I also tried
Which translates into
From testing on the command line, the stanza should be
Any thoughts on how to work around / fix this?