3 Commits

Author SHA1 Message Date
Amir Zarrinkafsh
9ea56243de
Simplify Dnsmasq script
[Dnsmasq version >= 2.86](https://thekelleys.org.uk/dnsmasq/CHANGELOG) supports passing multiple IP addresses via the `address=` syntax now.

>Major rewrite of the DNS server and domain handling code. The change makes multiple addresses associated with a domain work address=/example.com/1.2.3.4 address=/example.com/5.6.7.8.

This allows us to simplify the script and the `.hosts` file workaround is no longer necessary.
2021-09-12 10:15:11 +10:00
Amir Zarrinkafsh
c05d2cfec4
Output *.hosts file in output/dnsmasq/hosts/ directory 2021-01-15 19:01:02 +11:00
Amir Zarrinkafsh
3e649ab5d7
Add README.md for DNS generation scripts
Also fix up some typos in the main README.md.
2021-01-15 08:48:31 +11:00