aboutsummaryrefslogtreecommitdiffstats
path: root/config/stunnel/stunnel.xml
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-07-16 09:50:39 -0300
committerRenato Botelho <renato@netgate.com>2015-07-16 09:50:39 -0300
commit447ac905e062c158e4f85661d60057ba434c4d54 (patch)
tree05f379f3ab4838fa7d10cf83ab3d9c50d1d5e0e4 /config/stunnel/stunnel.xml
parenta50dc43bf9d0c08429eaf25c7647069fa25f07ee (diff)
parentdc9c42db566fa60030393b4433c94467d390721e (diff)
downloadpfsense-packages-447ac905e062c158e4f85661d60057ba434c4d54.tar.gz
pfsense-packages-447ac905e062c158e4f85661d60057ba434c4d54.tar.bz2
pfsense-packages-447ac905e062c158e4f85661d60057ba434c4d54.zip
Merge pull request #894 from djmarcin/stunnel
Diffstat (limited to 'config/stunnel/stunnel.xml')
-rw-r--r--config/stunnel/stunnel.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/stunnel/stunnel.xml b/config/stunnel/stunnel.xml
index 21e023a9..11334000 100644
--- a/config/stunnel/stunnel.xml
+++ b/config/stunnel/stunnel.xml
@@ -116,6 +116,12 @@
<type>input</type>
</field>
<field>
+ <fielddescr>Client Mode?</fielddescr>
+ <fieldname>client</fieldname>
+ <description>Use client mode for this tunnel (i.e. connect to an SSL server, do not act as an SSL server)</description>
+ <type>checkbox</type>
+ </field>
+ <field>
<fielddescr>Listen on IP</fielddescr>
<fieldname>localip</fieldname>
<description>Enter the local IP address to bind this redirection to.</description>
@@ -158,7 +164,7 @@
</fields>
<service>
<name>stunnel</name>
- <rcfile>/usr/local/etc/rc.d/stunnel.sh</rcfile>
+ <rcfile>stunnel.sh</rcfile>
<executable>stunnel</executable>
</service>
<include_file>/usr/local/pkg/stunnel.inc</include_file>