Comment on How do I access my services from outside?
Cyber@feddit.uk 4 days agoHow’d you setup the port knocking? Is that something caddy does?
I’m using haproxy and was thinking of trying the same thing… not sure if haproxy supports it though, or whether I have to do something else …?
iggy@lemmy.world 2 days ago
I do the port knocking at the firewall level (it’s a pretty simple nft chain setup). Caddy isn’t involved at all. I was thinking about integrating that into my caddy config using something akin to an operator, but I haven’t needed any extra functionality yet.