Skip to content

0.2.9

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 09:56
· 40 commits to main since this release
a655f45
Fix localdns, add --no-tunnel (#72)

Local-dns was broke because asking dnsmasq to reload did not get it to
reload the config file from start.
Here, we create the config file correctly from the beginning instead.
Much nicer.

I have also added a `--no-tunnel` argument, this both helps when
cloudflare is down, but also to check if local-dns works 😅