Option to disable DNS server

This commit is contained in:
Marco Bartoli
2015-08-10 15:15:43 +02:00
parent 7420e9bf38
commit 853d9f7306
2 changed files with 20 additions and 6 deletions

View File

@ -132,6 +132,9 @@ _create_ap() {
local clients_awk_cmd='$1 ~ /^[0-9]+$/'
opts=$("$1" --list-running | awk "$clients_awk_cmd")
;;
--no-dns)
# No Options
;;
--mkconfig)
_use_filedir && return 0
;;