From 2702b72c8e75347270043d82c63eb90d3cad2625 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Fri, 17 Feb 2012 13:51:18 +0100 Subject: [PATCH] change stunnel ip --- init.d/s1-stunnel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/s1-stunnel b/init.d/s1-stunnel index fa3c849..7ccfe49 100755 --- a/init.d/s1-stunnel +++ b/init.d/s1-stunnel @@ -3,7 +3,7 @@ . /srv/cloudstore/init.d/_start_stop BACKGROUND=0 -DAEMON="/usr/bin/stunnel -d 213.186.16.27:443 -r 6501 -P /tmp/$NAME.pid -o /tmp/$NAME.log -p /etc/ssl/rsync1.maxxo.com.pem" +DAEMON="/usr/bin/stunnel -d 91.233.36.2:443 -r 6501 -P /tmp/$NAME.pid -o /tmp/$NAME.log -p /etc/ssl/rsync1.maxxo.com.pem" _start_stop $* -- 2.20.1