From: Dobrica Pavlinusic Date: Fri, 17 Feb 2012 12:51:18 +0000 (+0100) Subject: change stunnel ip X-Git-Url: http://git.rot13.org/?p=cloudstore.git;a=commitdiff_plain;h=2702b72c8e75347270043d82c63eb90d3cad2625 change stunnel ip --- 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 $*