Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnsdist: master port for openwrt 19.07, with uci and odhcpd integration #14

Open
wants to merge 1 commit into
base: openwrt-19.07
Choose a base branch
from

Conversation

Habbie
Copy link
Member

@Habbie Habbie commented Nov 18, 2022

Given a present opkg index, you should only need dnsdist and libh2o-ev-loop-tiny from the build artifacts.

then:

opkg update && opkg remove odhcpd-ipv6only && opkg install odhcpd
uci set 'dhcp.@dnsmasq[0].port=5353'
uci set 'dhcp.@dnsmasq[0].disabled=1'
uci set dhcp.odhcpd.maindhcp=1
uci set dhcp.lan.dhcpv4=server
uci set dnsdist.general.enabled=1
uci commit
/etc/init.d/dnsmasq disable
/etc/init.d/dnsdist enable
reboot

Assuming your network setup puts useful upstream resolvers in /tmp/resolv.conf.auto, you should now be able to resolve things.

@Habbie Habbie force-pushed the 19.07-dnsdist-master-uci-odhcpd branch from fd40cb5 to 93c1fb3 Compare November 19, 2022 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant