ocserv: always advertise the local domain to peer
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
parent
95383f479a
commit
46356c7f39
1 changed files with 1 additions and 1 deletions
|
@ -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="#"
|
||||
|
||||
|
|
Loading…
Reference in a new issue