diff --git a/dns_custom_hostnames.sh b/dns_custom_hostnames.sh new file mode 100755 index 0000000..a2b8622 --- /dev/null +++ b/dns_custom_hostnames.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +cat > /run/dnsmasq.conf.d/dns_custom_hostnames.conf <<- "EOF" +# Add records here following this fomrat +# host-record=hostname.domainname.com,hostname, + +EOF + +kill -9 `cat /run/dnsmasq.pid`