From: Michael Tremer Date: Sun, 5 Jan 2014 21:58:05 +0000 (+0100) Subject: he: Update URL for changing tunnel endpoint address. X-Git-Tag: 007~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0279597f80466063ee06b5dc6f91b9fbc9eed24c;p=network.git he: Update URL for changing tunnel endpoint address. https://www.tunnelbroker.net/forums/index.php?topic=1994.0 --- diff --git a/src/functions/functions.he b/src/functions/functions.he index d6730052..efd23c6a 100644 --- a/src/functions/functions.he +++ b/src/functions/functions.he @@ -45,7 +45,7 @@ function he_tunnelbroker_endpoint_update() { # Send HTTP request. local response=$(http_GET --username="${username}" --password="${password}" \ - "https://ipv4.tunnelbroker.net/ipv4_end.php" "tid=${tunnel_id}") + "https://ipv4.tunnelbroker.net/nic/update" "hostname=${tunnel_id}") log DEBUG "Server response: ${response}"