mirror of https://github.com/hak5/openwrt.git
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>
parent
ad8d197b82
commit
a4dc9ff934
|
@ -41,7 +41,7 @@ validate_section_dropbear()
|
||||||
'Port:list(port):22' \
|
'Port:list(port):22' \
|
||||||
'SSHKeepAlive:uinteger:300' \
|
'SSHKeepAlive:uinteger:300' \
|
||||||
'IdleTimeout:uinteger:0' \
|
'IdleTimeout:uinteger:0' \
|
||||||
'mdns:uinteger:1'
|
'mdns:bool:1'
|
||||||
}
|
}
|
||||||
|
|
||||||
dropbear_instance()
|
dropbear_instance()
|
||||||
|
|
Loading…
Reference in New Issue