blog.ratterobert.com

Conversation

Recent posts in reply to #zhlsx2q

prologic (twtxt.net)

@kate I already have my IRC server irc.mills.io running behind Caddy Layer 4. However I don't terminate TLS at the edge in this case.

In reply to: #w576vrq 1 month ago
bender (twtxt.net)

@prologic I got confused as one can simply proxy through Caddy. Duh! πŸ˜…

In reply to: #zhlsx2q 1 month ago
prologic (twtxt.net)

@bender How do you mean? 🧐 Caddy doesn't do L4 by default.

In reply to: #zhlsx2q 1 month ago
bender (twtxt.net)

@prologic right, it doesn’t. It is a module.

In reply to: #zhlsx2q 1 month ago
prologic (twtxt.net)

@bender Yup πŸ‘

In reply to: #zhlsx2q 1 month ago
bender (twtxt.net)

@prologic want to share the snippet of your Caddyfile for irc.mills.io?

In reply to: #zhlsx2q 1 month ago
prologic (twtxt.net)

@bender 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
         }
      }
   }
}
In reply to: #zhlsx2q 1 month ago
prologic (twtxt.net)

@kate You're welcome πŸ˜‡

In reply to: #zhlsx2q 1 month ago
Reply via email