You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
("router.system_route_acceptance_policy", po::value<fl::router_configuration::system_route_scope_type>()->default_value(fl::router_configuration::system_route_scope_type::none), "The system route acceptance policy.")
373
373
("router.maximum_routes_limit", po::value<unsignedint>()->default_value(1), "The maximum count of routes to accept for a given host.")
374
374
("router.dns_servers_acceptance_policy", po::value<fl::router_configuration::dns_servers_scope_type>()->default_value(fl::router_configuration::dns_servers_scope_type::in_network), "The DNS servers acceptance policy.")
375
+
("router.dns_script", po::value<fs::path>()->default_value(""), "The DNS script.")
0 commit comments