Skip to content

Commit

Permalink
Updated readme to include new feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Dec 23, 2019
1 parent 1ceea74 commit 6d5c428
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -102,6 +102,12 @@ sh-3.2# ./sish -h
Usage of ./sish: Usage of ./sish:
-sish.addr string -sish.addr string
The address to listen for SSH connections (default "localhost:2222") The address to listen for SSH connections (default "localhost:2222")
-sish.adminenabled
Whether or not to enable the admin console
-sish.admintoken string
The token to use for admin access (default "S3Cr3tP4$$W0rD")
-sish.appendusertosubdomain
Whether or not to append the user to the subdomain
-sish.auth -sish.auth
Whether or not to require auth on the SSH service Whether or not to require auth on the SSH service
-sish.bannedcountries string -sish.bannedcountries string
Expand Down Expand Up @@ -154,6 +160,10 @@ Usage of ./sish:
Whether or not to redirect the root domain (default true) Whether or not to redirect the root domain (default true)
-sish.redirectrootlocation string -sish.redirectrootlocation string
Where to redirect the root domain to (default "https://github.com/antoniomika/sish") Where to redirect the root domain to (default "https://github.com/antoniomika/sish")
-sish.serviceconsoleenabled
Whether or not to enable the admin console for each service and send the info to users
-sish.serviceconsoletoken string
The token to use for service access. Auto generated if empty.
-sish.subdomainlen int -sish.subdomainlen int
The length of the random subdomain to generate (default 3) The length of the random subdomain to generate (default 3)
-sish.tcpalias -sish.tcpalias
Expand Down

0 comments on commit 6d5c428

Please sign in to comment.