taxy
taxy copied to clipboard
A reverse proxy server with built-in WebUI, supporting TCP/UDP/HTTP/TLS/WebSocket, written in Rust.
Running an a QNAP nas using the distro of myqnap.org taxy 0.3.29 (consider adding a --version or version number in the help command) as that came from the following. ```...
Currently globbing for `*.*.localdomain` or inserting `(.*).localdomain` does not allow to reach the host `localhome.localhost.localdomain`. It could be nice to define Hosts with Regular Expressions, in so multiple levels of...
Right now there are releases available here at Github for Apple, Windows and Linux. Installing on FreeBSD myself with Cargo is working fine. Can you please add compiled releases that...
Is it possible to add http/3 support with [quinn](https://github.com/quinn-rs/quinn) as quic implementation?
Using this as a reverse web proxy, is there any configuration (per port, proxy or in general for http/https) to redirect from http to https automatically?
Hi, trying to get TCP+TLS mode in Taxy to work with Gitea I can login to Gitea via ssh directly. I know it is possible to use https's port (443)...
I've been having a problem where some apps forward properly but others do not. Returning Bad Gateway 502. I think this may be related to missing headers. Can you confirm...
## This feature allows users to add custom response headers to the HTTP proxy functionality ### They can be added by using the webui 
Hi there, First, thank you so much for your hard work on taxy! The project is impressively minimal and the built-in WebUI makes it incredibly user-friendly. I wanted to suggest...
Hi, It would be great if taxy could support the DNS-01 challenge for TLS certificate requests, enabling wildcard certificates. Support for EAB credentials would be fantastic as well! Helpful resources:...