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
Feature Proposed
[client] remote_addr = "hostname.com/rathole"
Use Case Currently websocket connections throw an error if you use a path.
websocket
ERROR handle{service=domain}: rathole::client: Failed to run the control channel: invalid port value. Retry in 1.
Since kubernetes won't easily allow a tcp port and we need to share the main 80/433 http port, we need to host rathole on a sub path.
tcp
Is this an easy change?
The text was updated successfully, but these errors were encountered:
good idea
Sorry, something went wrong.
No branches or pull requests
Feature Proposed
Use Case
Currently
websocket
connections throw an error if you use a path.Since kubernetes won't easily allow a
tcp
port and we need to share the main 80/433 http port, we need to host rathole on a sub path.Is this an easy change?
The text was updated successfully, but these errors were encountered: