1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00

Fix when multiples IP was used and not anymore

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-03-31 11:34:20 +02:00
parent 69d0f9f623
commit eb508f2eca

View file

@ -546,6 +546,7 @@ function wizard_add()
if sectionname:match("^sss.*") then
ucic:delete("shadowsocks-libev",sectionname,"ip")
ucic:set("shadowsocks-libev",sectionname,"disabled","1")
ucic:delete("openmptcprouter","omr","ss_" .. sectionname)
end
end)