diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-05-29 09:22:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-05-29 09:22:52 +0000 |
commit | 83ccc9a8f64339427e25b1bc1e546e165fef1dc8 (patch) | |
tree | 81fcd82a319ea33da17764f45181fc8614f22944 /package/network/ipv6/6in4/files | |
parent | 2e19fa077798c2d9151b5254a877afbb6d23a737 (diff) | |
download | upstream-83ccc9a8f64339427e25b1bc1e546e165fef1dc8.tar.gz upstream-83ccc9a8f64339427e25b1bc1e546e165fef1dc8.tar.bz2 upstream-83ccc9a8f64339427e25b1bc1e546e165fef1dc8.zip |
6in4: adjust update url (#16617)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40876
Diffstat (limited to 'package/network/ipv6/6in4/files')
-rwxr-xr-x | package/network/ipv6/6in4/files/6in4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/6in4/files/6in4.sh b/package/network/ipv6/6in4/files/6in4.sh index 6e53de1e45..f9434936e3 100755 --- a/package/network/ipv6/6in4/files/6in4.sh +++ b/package/network/ipv6/6in4/files/6in4.sh @@ -69,7 +69,7 @@ proto_6in4_setup() { [ -n "$updatekey" ] && password="$updatekey" - local url="http://ipv4.tunnelbroker.net/ipv4_end.php?ip=AUTO&apikey=$username&pass=$password&tid=$tunnelid" + local url="http://ipv4.tunnelbroker.net/nic/update?username=$username&password=$password&hostname=$tunnelid" local try=0 local max=3 |