You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'd love to use the layer4 app without giving up on the Caddyfile, since it's YAMLness makes it easy for me to configure.
Could your layer4 extension be used for the following scenario:
caddy server running as docker container, listening on 0.0.0.0443/tcp and 0.0.0.080/udp and 0.0.0.0:443/udp and 0.0.0.0:80/udp
Proxy turn.domain.tld UDP & TCP traffic received and sent on port 443 in raw form to a docker container running on port 3389 (requires also tls)
Proxy vpn.domain.tld wireguard UDP traffic received and sent on port 443 to a docker container listening on the typical wireguard port (no tls required)
Proxy other UDP traffic received with further sub-domains to other containers
(all docker containers share the same docker network, so they can be reached via local IP or DNS)
And leave the http reverse proxies as they are already defined?
Hi there, I'd love to use the layer4 app without giving up on the Caddyfile, since it's YAMLness makes it easy for me to configure.
Could your layer4 extension be used for the following scenario:
caddy server running as docker container, listening on 0.0.0.0443/tcp and 0.0.0.080/udp and 0.0.0.0:443/udp and 0.0.0.0:80/udp
Proxy other UDP traffic received with further sub-domains to other containers
(all docker containers share the same docker network, so they can be reached via local IP or DNS)
And leave the http reverse proxies as they are already defined?
Could something like this work:
When trying with
I get the following warning:
"layer4 app module: start: listen udp 0.0.0.0:443: bind: address already in use"
The text was updated successfully, but these errors were encountered: