mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Various fix
This commit is contained in:
parent
163ab6a022
commit
b6c11bc989
3 changed files with 9 additions and 4 deletions
|
@ -645,11 +645,11 @@ function settings_add()
|
|||
|
||||
-- Enable/disable gateway ping
|
||||
local disablegwping = luci.http.formvalue("disablegwping") or "0"
|
||||
ucic:set("openmtpcprouter","settings","disablegwping",disablegwping)
|
||||
ucic:set("openmptcprouter","settings","disablegwping",disablegwping)
|
||||
|
||||
-- Enable/disable server ping
|
||||
local disableserverping = luci.http.formvalue("disableserverping") or "0"
|
||||
ucic:set("openmtpcprouter","settings","disableserverping",disableserverping)
|
||||
ucic:set("openmptcprouter","settings","disableserverping",disableserverping)
|
||||
|
||||
-- Enable/disable fast open
|
||||
local disablefastopen = luci.http.formvalue("disablefastopen") or "0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue