mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
Add index_file
to .gotty`
This commit is contained in:
parent
eb2f2d08bc
commit
a4a3f1a01d
2 changed files with 7 additions and 2 deletions
2
main.go
2
main.go
|
@ -28,7 +28,7 @@ func main() {
|
|||
flag{"tls", "t", "Enable TLS/SSL"},
|
||||
flag{"tls-crt", "", "TLS/SSL crt file path"},
|
||||
flag{"tls-key", "", "TLS/SSL key file path"},
|
||||
flag{"index", "", "Custom index file"},
|
||||
flag{"index", "", "Custom index.html file"},
|
||||
flag{"title-format", "", "Title format of browser window"},
|
||||
flag{"reconnect", "", "Enable reconnection"},
|
||||
flag{"reconnect-time", "", "Time to reconnect"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue