isystem-io / wireguard-aws

Scripts automate the installation and use of Wireguard on AWS with Ubuntu Server 18.04
https://wireguard.isystem.io
MIT License
161 stars 64 forks source link

Update install.sh: automatically set default external endpoint and interface #7

Open ceyes opened 4 years ago

ceyes commented 4 years ago

This patch will make the install.sh to automatically get the instance's external IP address and default network interface, then set as fallback value so user can skip them. Tested pass on my ec2 with and without these parameters.

jadolg commented 4 years ago

@alexey-chernyavskiy would you please merge this one?