Tunnelsats / tunnelsats

Tunnel⚡Sats: Pre-configured VPN for Lightning Nodes
https://tunnelsats.github.io/tunnelsats/
MIT License
34 stars 9 forks source link

WG conf file: incorrect AllowedIPs entry returned from VPN #26

Closed blckbx closed 2 years ago

blckbx commented 2 years ago

A user reported error on subscription renewal: wg-quick@tunnelsatsv2 didn't start up as expected. Investigating this by manually starting up wg-quick up tunnelsatsv2 pointed to the entry AllowedIPs which was filled incorrectly or probably clipped at by the frontend (before running setupv2.sh script):

AllowedIPs = 0.0.0.0/0, ::/

expected outcome:

AllowedIPs = 0.0.0.0/0, ::/0

VPN server in this case: de1.tunnelsats.com

blckbx commented 2 years ago

Self-Test could not reproduce this issue. It was not cut off in browser data, download file or sent via email.