summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vnet3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/vnet b/bin/vnet
index aa4f7c0..3238614 100755
--- a/bin/vnet
+++ b/bin/vnet
@@ -19,7 +19,8 @@ my $share = $0;
my ($ext_ip, $int_ip);
sub get_ext_ip {
- my $ext = get('https://derf.homelinux.org/cgi-bin/clientinfo/ip.cgi');
+ my $ext = get('http://derf.homelinux.org/cgi-bin/clientinfo/ip.cgi')
+ // qq{?} ;
chomp $ext;
return $ext;
}