mirror of https://github.com/aredn/aredn.git
parent
ad578d8944
commit
f4a1e73189
|
@ -50,7 +50,7 @@ allowed_client_config() {
|
|||
local new_file="$2"
|
||||
local enabled node pwd netip clientip serverip persist compress keepalive proto
|
||||
|
||||
if [ $TUNNUM -lt $MAXTUNNUM ]
|
||||
if [ $TUNNUM -le $MAXTUNNUM ]
|
||||
then
|
||||
config_get_bool enabled "$cfg" enabled
|
||||
config_get node "$cfg" node
|
||||
|
|
Loading…
Reference in New Issue