EnigmaCurry / d.rymcg.tech

A collection of self-hosted docker-compose projects with Traefik reverse proxy, integrated auth, and administrative Makefiles for easy maintainance
MIT License
49 stars 8 forks source link

Wireguard Layer 7 TLS and Layer 4 TCP/UDP Proxy #237

Closed EnigmaCurry closed 2 months ago

EnigmaCurry commented 3 months ago

Fixes #236

EnigmaCurry commented 2 months ago

we should test this with the new version of traefik 3.1.0 https://github.com/traefik/traefik/releases/tag/v3.1.0

mcmikemn commented 2 months ago

we should test this with the new version of traefik 3.1.0 https://github.com/traefik/traefik/releases/tag/v3.1.0

@EnigmaCurry, I installed traefik 3.1.0 and tested layer 7 and layer 4 routes: everything works and I saw nothing bad in the logs (except for some "ForceSlash option is deprecated" alerts for tiddlywiki-nodejs, but that's an attic-ed app that may or may not get updated in d.ry, and it still works despite the deprecated call).

EnigmaCurry commented 2 months ago

Thanks for your help @mcmikemn !