From b46f5d2d250eb8cd9a800e28dd9abf9ca84d95d6 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Wed, 20 Aug 2025 23:52:48 +0300 Subject: [PATCH] 127 0 0 1 --- hosts/server/modules/cloudflare.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/server/modules/cloudflare.nix b/hosts/server/modules/cloudflare.nix index 372ba47..2ccc534 100644 --- a/hosts/server/modules/cloudflare.nix +++ b/hosts/server/modules/cloudflare.nix @@ -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"; }; }; };