- Removed 'net_interface' (if exists) variable from config.

This commit is contained in:
Juha Heinanen
2019-11-06 11:29:12 +02:00
parent 5d0c6fd428
commit 8517d7530a

View File

@ -57,6 +57,8 @@ object Config {
Log.logLevelSet(ll)
}
removeVariable("net_interface")
removeVariable("net_prefer_ipv6")
val preferIpV6 = variable("prefer_ipv6")
if (preferIpV6.size == 0) {