Recent content by abidarwish

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

    RT-AX86U PRO with OpenVPN has terrible VPN speeds

    Wireguard is a better VPN than OpenVPN. Try it.
  2. abidarwish

    Blocking torrents on my network

    It may not be a good idea but you can install merlin clash and run vless client config. The vless server (intel/amd) can be setup on your local network using this script: https://github.com/abidarwish/silkroad All users connected to your ac86u cannot bypass this measure except using vpn.
  3. abidarwish

    [SCRIPT] sh to check vpn client status and auto reconnect if disconnected

    OVPN Client Connect Script Run this script with cru set to every minute to check ovpn client connection and reconnect if a client is disconnected. Download from here: http://scripts.advpn.xyz/ovpncc/ovpncc.sh
  4. abidarwish

    How is the VPN Killswitch implemented?

    As always thoroughly explained.
  5. abidarwish

    WAN watchdog?

    I’m not sure which script you are referring to, but if you are running vpn client 1, you can put this commands somewhere in the script : if ! ping -I tun11 -c 1 8.8.8.8 > /dev/null; then service restart_wan service restart_vpnclient1 fi
  6. abidarwish

    How to build VPN service/provider and avoid blocks by streaming services?

    All my servers are blocked by netflix. So, I'm using cloudflare warp now. It is working great so far and it is worth mentioning that the cloudflare server is free.
  7. abidarwish

    [Experimental] WireGuard for HND platform

    try this command : fc disable it is to speedup the wg in the ax86u.
  8. abidarwish

    [Experimental] WireGuard for HND platform (4.1.x kernels)

    Thanks for this, it works..
Top