angristan / wireguard-install

WireGuard VPN installer for Linux servers
https://stanislas.blog/2019/01/how-to-setup-vpn-server-wireguard-nat-ipv6/
MIT License
7.51k stars 1.26k forks source link

Creating multiple wg tunnels #441

Open GeneriumMadness opened 1 year ago

GeneriumMadness commented 1 year ago

It would be very nice to add the function of creating and maintaining several vpn tunnels at once, for example wg0, wg1. The script ask for creating another tunnel as the fifth option of the menu and if there is more than one tunnel choose it right after starting script.

ExtremeDot commented 1 year ago

good idea, im trying to make new script based on angrsitan script. let you know when finished

gch1p commented 9 months ago

As a temporal hack you can use this branch in my fork: https://github.com/gch1p/wireguard-install/tree/wg-instance

Run script with WG_INSTANCE environment variable to create or manage another wireguard server on the same machine.