install-reddit: Only bind the stunnel-internal port on localhost.

This prevents connections directly on that port from outside.
This commit is contained in:
Neil Williams
2014-01-08 11:55:56 -08:00
parent 5ead01ca50
commit 7cee17a418

View File

@@ -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