mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Lowercase is better for glorytun proto
This commit is contained in:
parent
9eb89a6a14
commit
7e48285cb4
6 changed files with 10 additions and 10 deletions
|
@ -39,7 +39,7 @@ start_instance() {
|
|||
}
|
||||
|
||||
[ "${enable}" = "1" ] || return 1
|
||||
[ "${proto}" = "TCP" ] || return 1
|
||||
[ "${proto}" = "tcp" ] || return 1
|
||||
[ -n "${key}" ] || return 1
|
||||
[ -n "${port}" ] || return 1
|
||||
[ -n "${dev}" ] || return 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue