Merge pull request #6425 from zhanhb/shadowsocks-libev
luci-app-shadowsocks-libev: don't repeat fields
This commit is contained in:
commit
9535d541c0
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,7 @@ var names_options_server = [
|
|||
'password',
|
||||
'plugin',
|
||||
'plugin_opts',
|
||||
'local_address',
|
||||
];
|
||||
|
||||
var names_options_client = [
|
||||
|
@ -21,7 +22,6 @@ var names_options_client = [
|
|||
];
|
||||
|
||||
var names_options_common = [
|
||||
'local_address',
|
||||
'verbose',
|
||||
'ipv6_first',
|
||||
'fast_open',
|
||||
|
|
Loading…
Reference in a new issue