[packages] ddns-scripts:
- urlencode exclamation marks (#7607) - support new token [HTTPAUTH] for unencoded username:password tuples git-svn-id: svn://svn.openwrt.org/openwrt/packages@22165 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -256,6 +256,7 @@ do
|
||||
final_url=$(echo $final_url | sed s^"$replace_name"^"$replace_value"^g )
|
||||
fi
|
||||
done
|
||||
final_url=$(echo $final_url | sed s/"\[HTTPAUTH\]"/"$username${password:+$password}"/g )
|
||||
final_url=$(echo $final_url | sed s/"\[IP\]"/"$current_ip"/g )
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user