mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
adjust dnsmasq cache and ipv6 setting
This commit is contained in:
parent
68814dbd75
commit
e00b098691
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=default-settings
|
||||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=53
|
||||
PKG_RELEASE:=55
|
||||
PKG_LICENSE:=GPLv3
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
|
@ -42,9 +42,10 @@ sed -i 's/root::0:0:99999:7:::/root:$1$V4UetPzk$CYXluq4wUazHjmCDBCqXF.:0:0:99999
|
||||
|
||||
sed -i "s/# //g" /etc/opkg/distfeeds.conf
|
||||
|
||||
uci set dhcp.lan.ra='relay'
|
||||
uci set dhcp.lan.dhcpv6='relay'
|
||||
uci set dhcp.lan.ndp='relay'
|
||||
uci set dhcp.@dnsmasq[0].cachesize='1024'
|
||||
uci set dhcp.lan.ra='hybrid'
|
||||
uci set dhcp.lan.dhcpv6='hybrid'
|
||||
uci set dhcp.lan.ndp='hybrid'
|
||||
uci commit dhcp
|
||||
|
||||
sed -i '/REDIRECT --to-ports 53/d' /etc/firewall.user
|
||||
|
Loading…
Reference in New Issue
Block a user