This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
update_tunnel_broker() { | |
local wan_ip | |
local username | |
local password | |
local proto | |
local tunnelid | |
config_get proto $1 proto | |
config_get tunnelid $1 tunnelid |