Recent content by szpunk

  • 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. szpunk

    Beta Asuswrt-Merlin 386.1 Beta (stage 2) is now available

    I installed 386.1b2 on my RT-AC68U, 5G was very unstable, clients always lost connection, so i go back to 384.19.
  2. szpunk

    Help with DNS FILTERING

    Use `iptables -nvL --line-number | grep 208.67.222.123 | | awk {'print $1'}` to find and delete 208.67.222.123 chian in DNSFILTER, then append a new chian, just replace 208.67.222.123 to 208.67.222.123:5353
  3. szpunk

    Transparent HTTPS Proxy

    try redsocks: https://github.com/semigodking/redsocks
  4. szpunk

    Cross compile static version of conntrack-tools

    I compiled on tomatoware success. The script 'copy' from @lancethepants 's old unbound static compile script. You can get from: http://pastebin.com/4bLDaPdx
  5. szpunk

    ipset with dnsmasq problem on AC68U

    On newest Padavan's custom firmware (RT-N56U), I compile dnsmasq with HAVE_IPSET and tested working: Jul 7 17:54:50 automount: Activate swap partition /dev/sda3 SUCCESS! Jul 7 17:54:51 dnsmasq[431]: failed to create IPset control socket: Protocol not supported Jul 7 17:54:51...
  6. szpunk

    ipset with dnsmasq problem on AC68U

    Thanks RMerlin, I got my answer now.
  7. szpunk

    ipset with dnsmasq problem on AC68U

    3.0.0.4.374.39 (Merlin build) on Asus RT-AC68R: I want use ipset with dnsmasq, in my dnsmasq.custom file i have these code: ipset=/twitter.com/gfwlist ipset=/facebook.com/gfwlist etc... When i restart dnsmasq, i got these error: I have same issue on Padavan's custom firewall for...
Top