marty9x9
marty9x9
This looks amazing. I'm still new to Caddy. Is it possible to do the following? App unsecure (like JDBC driver) -> caddyl4 Socks5 TCP -> custom PPV2 header before upgrade...
Running ` ./gost -L :1080 -F tcp://localhost:57800 ` Logs: {"cmd":"connect","dst":"ec2.us-west-2.amazonaws.com:443/tcp","duration":30032063667,"handler":"socks5","kind":"handler","level":"info","listener":"tcp","local":"127.0.0.1:1080","msg":"127.0.0.1:45944 >-< ec2.us-west-2.amazonaws.com:443","remote":"127.0.0.1:45944","service":"service-0","time":"2023-12-25T09:58:41.172-08:00"} I want dst to be `localhost:57800` instead of `ec2...`
My usecase 1. App needs to connect to a TCP server that expects a dynamic PPV2 header. App uses JDBC but can configure SOCKS5 proxy. 2. Connection needs to be...
Can this library be used https://github.com/things-go/go-socks5/issues to add a PPV2 header to a tcp/udp connection? So HTTP client -> socks5 server (adds PPV2 TCP) -> server using TCP
Has anyone had any success with Redsocks on k8s? I'd imagine it would be a little tricky given iptables is used to manage kubernetes pod networking internally.
Would appreciate if you could help with this scenario: My usecase * App needs to connect to a TCP server that expects a dynamic PPV2 header. App uses JDBC but...
Usecase is user will input https://site1.com but will instead interact with https://site2.com
I installed BTCPayserver without reverse proxy follwoing instructions from here: https://github.com/btcpayserver/btcpayserver-docker/tree/master/Production-NoReverseProxy I did above since I use caddy for other things and NGINX was giving some trouble. BTCPay itself works...