From 7cee17a418e0449ece0c19ff4f3a86c2424320cd Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Wed, 8 Jan 2014 11:55:56 -0800 Subject: [PATCH] install-reddit: Only bind the stunnel-internal port on localhost. This prevents connections directly on that port from outside. --- install-reddit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-reddit.sh b/install-reddit.sh index 4557d595c..7283b698f 100755 --- a/install-reddit.sh +++ b/install-reddit.sh @@ -370,7 +370,7 @@ frontend frontend mode http bind 0.0.0.0:80 - bind 0.0.0.0:8080 + bind 127.0.0.1:8080 timeout client 10000 option forwardfor except 127.0.0.1