diff --git a/feeds.conf.default b/feeds.conf.default index fc1424dea..276b2be4a 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -4,7 +4,6 @@ src-git routing https://git.openwrt.org/feed/routing.git src-git telephony https://git.openwrt.org/feed/telephony.git #src-git video https://github.com/openwrt/video.git #src-git targets https://github.com/openwrt/targets.git -#src-git management https://github.com/openwrt-management/packages.git #src-git oldpackages http://git.openwrt.org/packages.git #src-link custom /usr/src/openwrt/custom-feed #src-git helloworld https://github.com/fw876/helloworld diff --git a/package/network/services/dnsmasq/files/dnsmasq.conf b/package/network/services/dnsmasq/files/dnsmasq.conf index bf5816be5..69f60d170 100644 --- a/package/network/services/dnsmasq/files/dnsmasq.conf +++ b/package/network/services/dnsmasq/files/dnsmasq.conf @@ -35,3 +35,8 @@ # "bert" another name, bertrand # The fields are , #cname=bertand,bert + +neg-ttl=600 +# max-ttl=600 +min-cache-ttl=3600 +auth-ttl=3600