mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
ocserv: always advertise the local domain to peer
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -70,7 +70,7 @@ setup_config() {
|
||||
test $split_dns = "1" && enable_split_dns=""
|
||||
test $compression = "1" && enable_compression=""
|
||||
|
||||
test $split_dns = "1" && test -z $default_domain && default_domain=$(uci get dhcp.@dnsmasq[0].domain)
|
||||
test -z $default_domain && default_domain=$(uci get dhcp.@dnsmasq[0].domain)
|
||||
test -n $default_domain && enable_default_domain=""
|
||||
test -z $ip6addr && enable_ipv6="#"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user