based on wg-quick-go, but with more feature for openwrt why not use luci-app-wireguard? because it's not enough for dn11. What's new? add Table=off option to disable auto create route table use regexp to match config file name (use wg-quick * up to up all wg interfaces) start...
Peers also requires WireGuard installed.AndroidandiOSare supported.OpenWRT clientsare supported withUCIconfiguration fragments. Installing Just download the script and make it executable withchmod. wget https://raw.githubusercontent.com/burghardt/easy-wg-quick/master/easy-wg-quick chmod +x easy-wg-qui...
To connect the whole network with a single Wireguard client running on anOpenWRTrouter, append generatedUCIclient configuration fragment to your router/etc/config/networkfile. cat wgclient_10.uci.txt Finally on hub check if everything works withsudo wg show. ...
weired in openwrt, it replace default route.if I set 0.0.0.0/0 ::/0 and enable 'route to this ips options 'default gateway will replace someother apps which detect default gw will be fault.so I use 0.0.0.0/1 128.0.0.0/1 ::/1 8000::/1instead.I go back to openwrt to see if ...
Android and iOS are supported. OpenWRT clients are supported with UCI configuration fragments.InstallingJust download the script and make it executable with chmod.wget https://raw.githubusercontent.com/burghardt/easy-wg-quick/master/easy-wg-quick chmod +x easy-wg-quick ...