Cloudflare tunnels.
Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
"00000000-0000-0000-0000-000000000000" = {
credentialsFile = "/tmp/test";
default = "http_status:404";
ingress = {
"*.domain1.com" = {
service = "http://localhost:80";
};
};
};
}