@@ -1,4 +1,6 @@
#!/bin/bash
+vpngateway='172.16.255.1'
+
curl ifconfig.me > /root/scripts/ip.pub
-scp /root/scripts/ip.pub root@172.16.255.1:/root/home.ip
+scp /root/scripts/ip.pub root@$vpngateway:/root/home.ip