127 0 0 1

This commit is contained in:
2025-08-20 23:52:48 +03:00
parent 919f184d88
commit b46f5d2d25

View File

@@ -17,13 +17,13 @@
credentialsFile = "/private/cloudflared/selfhost.json";
ingress = {
"api.ocbwoy3.dev" = {
service = "http://localhost:8080";
service = "http://127.0.0.1:8080";
};
"remx-staging.darktru.win" = {
service = "http://localhost:3000";
service = "http://127.0.0.1:3000";
};
"pds.darktru.win" = {
service = "http://localhost:80";
service = "http://127.0.0.1:80";
};
};
};