webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit 28f45bd9a6a2caae6a356dd1f501a95d82062c81
parent 918ec0ef916579596043ef9b699628fd7ceb4f6f
Author: Sheng <webmaster0115@gmail.com>
Date:   Thu, 10 Jan 2019 22:54:11 +0800

Changed formatting

Diffstat:
Mwebssh/settings.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webssh/settings.py b/webssh/settings.py @@ -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')