cloudflared: attempt#1

This commit is contained in:
Payas Relekar 2023-06-04 23:09:31 +05:30
parent 739e8e504d
commit 4641c2f9b0

View file

@ -7,17 +7,17 @@
services.cloudflared = {
enable = true;
# tunnels = {
# # bebop
# "ab1ef478-3b0f-4aa9-9927-9a0e8c468469" = {
# credentialsFile = "";
# default = "http_status:404";
# ingress = {
# "bebop.bhankas.org" = {
# service = "http://localhost:80";
# };
# };
# };
# };
tunnels = {
# bebop
"ab1ef478-3b0f-4aa9-9927-9a0e8c468469" = {
credentialsFile = "/tmp/tunnel_test";
default = "http_status:404";
ingress = {
"bebop.bhankas.org" = {
service = "http://localhost:80";
};
};
};
};
};
}