DHCP DNS option forced for no-dns or custom dns servers
This commit is contained in:
@ -135,6 +135,9 @@ _create_ap() {
|
||||
--no-dns)
|
||||
# No Options
|
||||
;;
|
||||
--dhcp-dns)
|
||||
# Not going to implement
|
||||
;;
|
||||
--mkconfig)
|
||||
_use_filedir && return 0
|
||||
;;
|
||||
|
Reference in New Issue
Block a user