choose dns servers prior to interface configuration
upstream DNS servers must be chosen prior interface configuration. Fixes #1019
This commit is contained in:
parent
9355a8ad0e
commit
1e7e3259b5
|
@ -1056,10 +1056,10 @@ main() {
|
||||||
get_available_interfaces
|
get_available_interfaces
|
||||||
# Find interfaces and let the user choose one
|
# Find interfaces and let the user choose one
|
||||||
chooseInterface
|
chooseInterface
|
||||||
# Let the user decide if they want to block ads over IPv4 and/or IPv6
|
|
||||||
use4andor6
|
|
||||||
# Decide what upstream DNS Servers to use
|
# Decide what upstream DNS Servers to use
|
||||||
setDNS
|
setDNS
|
||||||
|
# Let the user decide if they want to block ads over IPv4 and/or IPv6
|
||||||
|
use4andor6
|
||||||
# Let the user decide if they want query logging enabled...
|
# Let the user decide if they want query logging enabled...
|
||||||
setLogging
|
setLogging
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue