Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

clarify action of --no-dns and --no-dns-masq options #419

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions create_ap
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ usage() {
echo " --config <conf_file> Load configs from conf_file"
echo
echo "Non-Bridging Options:"
echo " --no-dns Disable dnsmasq DNS server"
echo " --no-dnsmasq Disable dnsmasq server completely"
echo " --no-dns Disable dnsmasq DNS server (prevents clients from using Access Point for DNS)"
echo " --no-dnsmasq Disable dnsmasq server completely (implies --no-dns and disables DHCP as well)"
echo " -g <gateway> IPv4 Gateway for the Access Point (default: 192.168.12.1)"
echo " -d DNS server will take into account /etc/hosts"
echo " -e <hosts_file> DNS server will take into account additional hosts file"
Expand Down