mirror of https://github.com/huashengdun/webssh
Changed formatting
parent
918ec0ef91
commit
28f45bd9a6
|
@ -35,8 +35,8 @@ define('fbidhttp', type=bool, default=True,
|
|||
define('xheaders', type=bool, default=True, help='Support xheaders')
|
||||
define('xsrf', type=bool, default=True, help='CSRF protection')
|
||||
define('cows', type=int, default=0, help='Cross origin websocket, '
|
||||
'0: matches host name and port number'
|
||||
'1: matches primary domain only'
|
||||
'0: matches host name and port number, '
|
||||
'1: matches primary domain only, '
|
||||
'?: matches nothing, allow all cross-origin websockets')
|
||||
define('wpintvl', type=int, default=0, help='Websocket ping interval')
|
||||
define('maxconn', type=int, default=20, help='Maximum connections per client')
|
||||
|
|
Loading…
Reference in New Issue