PheeZz / wireguard-bot

telegram bot for manage Wireguard server
MIT License
81 stars 20 forks source link

curl -s ifconfig.me returns nothing #14

Closed bonsoirelliot closed 11 months ago

bonsoirelliot commented 11 months ago

replacing server_ip=$(curl -s ifconfig.me) with server_ip=$(curl -s https//:ifconfig.me) solved the issue

PheeZz commented 11 months ago

Thanks for report, installation script edited.