From 809178ab23d0ef8ed048ac1a4c9f0806672bf0d7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 3 Aug 2016 13:14:13 +0200 Subject: bind on ipv4 localhost only --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index 2aedfa7c..a217204a 100644 --- a/bragi.nix +++ b/bragi.nix @@ -302,7 +302,7 @@ in rec { , collapse = standardCollapse } - wSettings = Warp.setHost "localhost" . Warp.setPort 8080 $ Warp.defaultSettings + wSettings = Warp.setHost "127.0.0.1" . Warp.setPort 8080 $ Warp.defaultSettings ''; }; -- cgit v1.2.3