Ohh, interesting.
Yes, I did use a redirect indeed:
```caddyfile
birb.it {
handle /.well-known/lnurlp/ingwie {
redir https://zaps.birb.it/lnurl
}
// ... other handles
}
```
But weirdly, I have gotten zapped on comments even just now, too.
The backend to this is https://github.com/elsirion/clnurl
I couldn't really figure out their nix setup in comparison to Caddy, so after some trying, I ended up just using a plain redirect instead. Well, I'll leave an issue ticket there; maybe they have an idea! :)
Thank you for the pointer!