We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how do add auth to gost --api ... ? gost --help provides no useful info.
gost --api ...
gost --help
The text was updated successfully, but these errors were encountered:
https://gost.run/en/tutorials/api/overview/#__tabbed_3_1
Sorry, something went wrong.
Thanks @ginuerzh!
Authentication information can be set through the auth or auther options. If the auther option is set, the auth option is ignored.
api: addr: :18080 auth: username: user password: pass auther: auther-0
this doesn't make much sense to me, though. auther-0 - what does that mean?. What is an auther?
auther-0
auther
https://gost.run/en/concepts/auth/#authenticator
No branches or pull requests
how do add auth to
gost --api ...
?gost --help
provides no useful info.The text was updated successfully, but these errors were encountered: