Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. swetoast

    Privacy Filter (Another IPSET Script)

    https://github.com/RMerl/asuswrt-merlin/wiki/Ipset-script-installation-instructions#privacy-filter added updated info regarding AB-Solution and Privacy-Filter
  2. swetoast

    Privacy Filter (Another IPSET Script)

    np Xentrk glad to do it :)
  3. swetoast

    Privacy Filter (Another IPSET Script)

    @thelonelycoder But its easily solved, we both acknowledge that if AB-Solutions and Privacy filter is installed my filter gets lets hits due to some domains being redirected, if we put this in FAQ or something the users atleast knows why it happens then i can link falconb post on the wiki as a howto
  4. swetoast

    Privacy Filter (Another IPSET Script)

    My blocker doesnt block telemetry Apr 21 00:01:25 system: Privacy Filter (ipv4) loaded 118 unique ip addresses that will be rejected from contacting your router. made sure of that since i want to keep the two separated.
  5. swetoast

    Privacy Filter (Another IPSET Script)

    @Xentrk Looked over your output and much is "Redirected" by AB-Solutions and the output looks correct so i really dont see a flaw just lets hits due to so many being redirected.
  6. swetoast

    Privacy Filter (Another IPSET Script)

    i know how it works and how it redirects traffic and thats why the filter is getting less hits, its already covered. https://www.snbforums.com/threads/privacy-filter-another-ipset-script.36801/page-14#post-319171
  7. swetoast

    RT-AC66U blocking specific HTTPS URL

    no is the simple answer to that there no plan to have this as a native feature.
  8. swetoast

    Privacy Filter (Another IPSET Script)

    Will link your lovely tutorial on the wiki as a troubleshooter, tackar så mycket :)
  9. swetoast

    Privacy Filter (Another IPSET Script)

    mind just running this part #!/bin/sh cat /jffs/privacy-filter.list | \ xargs -n 5 -I {} sh -c "nslookup {}" | \ grep -i "Address" | \ awk '{print $3}' really interested in the content of the printout
  10. swetoast

    Privacy Filter (Another IPSET Script)

    still that should only result in the entry being removed by https://gitlab.com/swe_toast/privacy-filter/blob/master/WIP/privacy-filter#L57
  11. swetoast

    Privacy Filter (Another IPSET Script)

    i updated the test build again added sort -u to the script to sort out duplicate the low numbers are due to ab-solutions large blocklists mine is getting around 117-120 blocks
  12. swetoast

    Privacy Filter (Another IPSET Script)

    seems that you updated twice there considering the already added message, and for the no resolve there thats nothing to worry about. btw are you running AB-Solution also ?
  13. swetoast

    Privacy Filter (Another IPSET Script)

    wow no takers ? or is there nothing to report on this version if so ill bump it officially
  14. swetoast

    Privacy Filter (Another IPSET Script)

    test version is up NOTE: test only if it doesnt work for you report it here then revert to rev 19. Rev 20 Changes to how lists are sorted and ip addresses are addded. Hostip is not needed anymore. https://gitlab.com/swe_toast/privacy-filter/raw/master/WIP/privacy-filter
  15. swetoast

    Privacy Filter (Another IPSET Script)

    so i found a reliable way to get ip addresses and sort em accordingly, also gonna implement CIDR ranges and whitelisting for some services incase the CIDR blocks too much. https://gitlab.com/swe_toast/privacy-filter/issues/3 https://gitlab.com/swe_toast/privacy-filter/issues/4 will update in...
  16. swetoast

    Privacy Filter (Another IPSET Script)

    cat /jffs/privacy-filter.list | xargs -n 5 -I {} sh -c "nslookup {}" | grep -i "Address" | awk '{print $3}' this might be simpler to maintain less crap to deal with :)
  17. swetoast

    Privacy Filter (Another IPSET Script)

    kewl tnx.. will take care of it in due time, thx for confirming.
  18. swetoast

    Privacy Filter (Another IPSET Script)

    could try and install hostip via entware opkg install hostip if ipv6 loads addresses then i got a bug present
  19. swetoast

    Privacy Filter (Another IPSET Script)

    is IPv6 enabled in your router ? and is the firewall for ipv6 enabled ?
  20. swetoast

    Is something wrong wit my RT-AC66U?

    Well if you get 100/100 with just Ethernet directly connected then 80 with Telia router then 12 with asus then its pretty obvious that asus has some issue so backup your settings and do a factory reset and try again...
Top