update 2026-08-15 04:24:58

This commit is contained in:
action
2026-08-15 04:24:58 +08:00
parent a59171002f
commit c9ba9e3a54
1983 changed files with 619 additions and 1523517 deletions
@@ -1,12 +0,0 @@
#!/bin/sh
. /lib/functions.sh
if [ "$ACTION" != "ifup" ]; then
exit
fi
config_load network
config_get tunnelid $INTERFACE tunnelid
config_get username $INTERFACE username
config_get password $INTERFACE password
if [ "$tunnelid" != "" ]; then
wget -O - https://$username:$password@ipv4.tunnelbroker.net/nic/update?hostname=$tunnelid --no-check-certificate
fi