luci-app-shadowsocks
luci-app-shadowsocks copied to clipboard
Subscription doesn't work
The subscription doesn't work because of below code. The subscription update will be discarded because the table_equal returns true. Don't quite understand what the purpose of below code. Can you have a look?
local current = get_current_servers()
if table_equal(servers, current) then
uci:revert(config)
else