Currently the webchat.azzurra.chat is routed via an A record from CF into Hetzner's server. From there a npm terminates the SSL and redirects to azzurra-web machine which has a kiwiirc application redirecting to raccooncity.azzurra.chat.
Cloudflare Free plan doesn't allow IPv6 exclusion, hence proxy feature is off.
- Find a way to distinguish from NPM level the type of connection (v4/v6)
- Redirect v4 connections towards azzurra-web -> rc (already done)
- Create AAAA record on CF
- Deploy a second kiwiirc application
- Configure it for routing towards allnight6.azzurra.chat
- Add W:Line to correctly handle v6 IPs
Currently the webchat.azzurra.chat is routed via an A record from CF into Hetzner's server. From there a npm terminates the SSL and redirects to azzurra-web machine which has a kiwiirc application redirecting to raccooncity.azzurra.chat.
Cloudflare Free plan doesn't allow IPv6 exclusion, hence proxy feature is off.