mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-06 02:44:21 +01:00
Add support for the --index option
This commit is contained in:
@@ -70,6 +70,7 @@ struct tty_server {
|
||||
char *prefs_json; // client preferences
|
||||
char *credential; // encoded basic auth credential
|
||||
int reconnect; // reconnect timeout
|
||||
char *index; // custom index.html
|
||||
char *command; // full command line
|
||||
char **argv; // command with arguments
|
||||
int sig_code; // close signal
|
||||
|
||||
Reference in New Issue
Block a user