dropbear: mdns flag is a bool, not integer
Effectively the same for most purposes, but more accurate. Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
parent
ad8d197b82
commit
a4dc9ff934
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ validate_section_dropbear()
|
|||
'Port:list(port):22' \
|
||||
'SSHKeepAlive:uinteger:300' \
|
||||
'IdleTimeout:uinteger:0' \
|
||||
'mdns:uinteger:1'
|
||||
'mdns:bool:1'
|
||||
}
|
||||
|
||||
dropbear_instance()
|
||||
|
|
Loading…
Reference in a new issue