domain=flag.String("domain","","DNS domain to serve")
publicIPs=util.IPList("ip","Public IP for this machine (may be specified more than once). If unset, the program will try to resolve the local hostname, or it will fall back to inspecting network devices.")
lbPolicy=flag.String("lb-policy","listeners_available,listeners_score,weighted","Load balancing rules specification (see godoc documentation for details)")
nameservers=flag.String("nameservers","","Comma-separated list of name servers (not IPs) for the zone specified in --domain")
redirectMap=flag.String("redirect-map","","File containing a list of source path / target redirects, space-separated, one per line")