rathole
rathole copied to clipboard
A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Here's a compose file you can link to in your Docker Hub readme. I had to use network_mode host otherwise I couldn't work on port 80 😦
**Feature Proposed** Is it possible to allow configuration via env vars in the docker image, or something other than a file? **Use Case** Running rathole in a Portainer instance. Portainer...
It will be awesome if we can use this thing on mikrotik router, then it will be a great tool for the ISPs and also home network users who want...
**Feature Proposed** Currently, you can connect through an HTTP proxy using the following config: ``` [client.transport] type = "tcp" [client.transport.tcp] proxy = "http://proxy:3128" ``` But this only works if the...
**Feature Proposed** Limit the number of retries if the client does not connect to the server, and close the program after X retries. **Use Case** In a synchronous workflow, you...
**Feature Proposed** It would be very nice to have an opnsense plugin that bundles up rathole and allows for forwarding out of a configurable gateway **Use Case** because this, especially...
我按照dock里面的命令编译,每次到最后都是显示以下错误。请问这是什么原因 l/minimal/deps/rathole-1f0d7368773e6686.rathole.90b39da2-cgu.0.rcgu.o: Relocations in generic ELF (EM: 8) /usr/bin/ld: /root/rathole/target/mipsel-unknown-linux-musl/minimal/deps/rathole-1f0d7368773e6686.rathole.90b39da2-cgu.0.rcgu.o: Relocations in generic ELF (EM: 8) /usr/bin/ld: /root/rathole/target/mipsel-unknown-linux-musl/minimal/deps/rathole-1f0d7368773e6686.rathole.90b39da2-cgu.0.rcgu.o: Relocations in generic ELF (EM: 8) /usr/bin/ld: /root/rathole/target/mipsel-unknown-linux-musl/minimal/deps/rathole-1f0d7368773e6686.rathole.90b39da2-cgu.0.rcgu.o: Relocations in generic ELF...
**Feature Proposed** Allow reading `token` and `local_private_key` from separate files. **Use Case** Currently users have to choose between either storing the whole config file securely or assembling the config file...
To start with, I'm not sure that this is an issue with Rathole. It may have to do with SNI filter in general or an issue with haproxy. But I...
```console > rathole -V rathole 0.4.7 ``` **Describe the bug** This occurs when I try to start rathole with systemd, It failed to start unexpectedly and has no valid debug...