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.48k stars 1.26k forks source link

AllowedIPs are empty #454

Closed Spp595 closed 1 year ago

Spp595 commented 1 year ago

I decided to create a new user but for some reason the allowedIP is empty. What can I do? Params file:

SERVER_PUB_IP=MYIP
SERVER_PUB_NIC=eth0
SERVER_WG_NIC=wg0
SERVER_WG_IPV4=10.66.66.1
SERVER_WG_IPV6=fd42:42:42::1
SERVER_PORT=62015
SERVER_PRIV_KEY=MYKEY
SERVER_PUB_KEY=MYKEY
CLIENT_DNS_1=94.140.14.14
CLIENT_DNS_2=94.140.15.15
eliphaslevy commented 1 year ago

Add/edit the line: ALLOWED_IPS=0.0.0.0/0,::/0 Without spaces.