(#zhlsx2q) @bender@twtxt.net Sure! 👍
{
...
# Layer 4 Reverse Proxy
layer4 {
# Gopher
0.0.0.0:70 {
route {
proxy <internal_ip>:70
}
}
# IRC (TLS)
0.0.0.0:6697 {
route {
proxy <internal_ip>:6697
}
}
}
}
#stxbcda
(#stxbcda) @bender@twtxt.net It’s still a straight-through to the Eris backend that itself uses a Let’s Encrypt cert now. Haven’t tried to also terminate TLS at the Edge yet.
#j3qsqmq
(#stxbcda) Honestly for these types of services, there probably isn’t much point, as the layer4
module in Caddy doesn’t do inspection/filtering anyway I think? 🤔
#fmz7cra