feature: support lookup local network host name or ip via mDNS
This commit is contained in:
@@ -644,6 +644,9 @@ load_service()
|
||||
config_get dns64 "$section" "dns64" ""
|
||||
[ -z "$dns64" ] || conf_append "dns64" "$dns64"
|
||||
|
||||
config_get_bool mdns_lookup "$section" "mdns_lookup" "0"
|
||||
[ "$mdns_lookup" = "1" ] && conf_append "mdns-lookup" "yes"
|
||||
|
||||
config_get redirect "$section" "redirect" ""
|
||||
config_get old_port "$section" "old_port" "0"
|
||||
config_get old_enabled "$section" "old_enabled" "0"
|
||||
|
||||
Reference in New Issue
Block a user