MyNixOS website logo
option

services.cloudflared.tunnels.<name>.ingress

Ingress rules.

See Ingress rules.

Declarations
Type
attribute set of (string or (submodule))
Default
{ }
Example
{
  "*.anotherone.com" = "http://localhost:80";
  "*.domain.com" = "http://localhost:80";
}