Author: jow
Date: 2016-01-20 00:25:38 +0100 (Wed, 20 Jan 2016)
New Revision: 48384

Modified:
   trunk/package/network/ipv6/6in4/Makefile
   trunk/package/network/ipv6/6in4/files/6in4.sh
Log:
Revert "6in4: Corrected tunnelbroker tunnel update URL"

The auth change appears to break the endpoint update for most users and with
my local tests the old update url works just fine.

This reverts commit 99c03a88cb6fed0519efdfaac305794653a12542.

Modified: trunk/package/network/ipv6/6in4/Makefile
===================================================================
--- trunk/package/network/ipv6/6in4/Makefile    2016-01-19 22:58:51 UTC (rev 
48383)
+++ trunk/package/network/ipv6/6in4/Makefile    2016-01-19 23:25:38 UTC (rev 
48384)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=6in4
-PKG_VERSION:=23
+PKG_VERSION:=22
 PKG_RELEASE:=1
 PKG_LICENSE:=GPL-2.0
 

Modified: trunk/package/network/ipv6/6in4/files/6in4.sh
===================================================================
--- trunk/package/network/ipv6/6in4/files/6in4.sh       2016-01-19 22:58:51 UTC 
(rev 48383)
+++ trunk/package/network/ipv6/6in4/files/6in4.sh       2016-01-19 23:25:38 UTC 
(rev 48384)
@@ -108,7 +108,7 @@
                        fi
                }
 
-               local 
url="$http://$username:[email protected]/nic/update?hostname=$tunnelid";
+               local 
url="$http://ipv4.tunnelbroker.net/nic/update?username=$username&password=$password&hostname=$tunnelid";
                local try=0
                local max=3
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to