Skip to content

Instantly share code, notes, and snippets.

@vasi
Created March 31, 2024 08:46
Show Gist options
  • Save vasi/256fa2b7f6eac34661f95ceda7d23909 to your computer and use it in GitHub Desktop.
Save vasi/256fa2b7f6eac34661f95ceda7d23909 to your computer and use it in GitHub Desktop.
dnsmasq.conf
port=0
no-resolv
server=1.1.1.1
except-interface=lo0
bind-interfaces
local-service
dhcp-authoritative
dhcp-option=option:dns-server,1.1.1.1
interface=bridge0
dhcp-range=10.1.1.11,10.1.1.99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment