1
0
Fork 0
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:
Ycarus 2018-02-07 15:20:38 +01:00
parent 9eb89a6a14
commit 7e48285cb4
6 changed files with 10 additions and 10 deletions

View file

@ -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