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"; }; }; };