-
|
Hi everyone, I'm looking for a SNI Proxy feature in godoxoy, maybe someone can help. I have two sites, each site manages their own TLS certificate (incl. wildcard):
In Traefik I can do this: # site1 config
tcp:
routers:
site2:
rule: HostSNIRegexp(`^.+\.site2\.domain\.tld$`)
entryPoints:
- websecure
tls:
passthrough: true
service: site2
priority: 10
services:
site2:
loadBalancer:
servers:
# internal routing through tailnet
- address: "100.64.0.10:443"With the priority set I ensure this route is evaluated before other http routes. Is something similar possible with Godoxy? |
Beta Was this translation helpful? Give feedback.
Answered by
yusing
Apr 10, 2026
Replies: 1 comment
-
|
Currently not possible, created new issue #218. Locking this now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ragchuck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently not possible, created new issue #218. Locking this now.