dave14305

Results 16 comments of dave14305

> As for some of those commenting on SNB, I find it distasteful. I've provided free support and the groundwork for countless addons for 7+ years. Rather then take shots...

I believe the problem is some kind of rate limiting by bgpview.io. If you remove the `&` at the end of line 879, it works more reliably, albeit slower. https://github.com/Adamm00/IPSet_ASUS/blob/f0cea071acd30b03af3173fd9dc75e7a21311492/firewall.sh#L879

`add Skynet-Whitelist 140.82.112.0/20 comment "CDN-Whitelist: Github"` This should be capturing the 140.82.121.3 address.

There are overlapping ranges (many smaller CIDRs within the /20 I mentioned above). Does that matter?

v7.3.0 breaks dnsmasq, presumably because the ipset line in dnsmasq.conf.add is too long to be handled correctly, depending on the length of the shared whitelists.

OpenWrt looks like it will go with the equivalent of one domain per line. https://github.com/openwrt/openwrt/pull/4667

@gnuton would you update this for tuf5400 to use eth4 as wan_ifname? https://github.com/gnuton/asuswrt-merlin.ng/blob/790b5524e24f7eb9985efc60d2dc20a1620baab2/release/src/router/httpd/data_arrays.c#L683-L689

zone_name and server are list entries, but you show them as option entries. Try changing them? > config zone 'fwd_example_com' > option fallback '0' > option enabled '1' > option...

Switch the zone_name to a list entry also, just to fully eliminate it as a possibility.

> @dtaht thanks for your comments/question. Appreciate it. > > On the graphing etc., I believe this is something @dave14305 has been toying with for the future. @dave14305 would be...