From 07cf2c4b20230ddedee1bf9dddc1e7cd407385f5 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 5 Feb 2015 10:02:24 -0200 Subject: Packages repo cleanup: - Drop support for pfSense < 2 - Remove archive/, old files can be reached using git - Remove old and unused packages - Move stale files from config subdir to a package subdir --- config/stunnel/stunnel.xml | 177 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 config/stunnel/stunnel.xml (limited to 'config/stunnel') diff --git a/config/stunnel/stunnel.xml b/config/stunnel/stunnel.xml new file mode 100644 index 00000000..21e023a9 --- /dev/null +++ b/config/stunnel/stunnel.xml @@ -0,0 +1,177 @@ + + + + + + + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + stunnel + 4.18 + Services: Secure Tunnel + + + STunnel + The stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server. It can be used to add SSL functionality to commonly used inetd daemons like POP2, POP3, and IMAP servers without any changes in the programs' code. It will negotiate an SSL connection using the OpenSSL or SSLeay libraries. It calls the underlying crypto libraries, so stunnel supports whatever cryptographic algorithms you compiled into your crypto package. +
Services
+ stunnel.xml +
+ + + /usr/local/pkg/ + 0644 + https://packages.pfsense.org/packages/config/stunnel/stunnel.inc + + + /usr/local/pkg/ + 0644 + https://packages.pfsense.org/packages/config/stunnel/stunnel_certs.xml + + + ['installedpackages']['package']['$packagename']['configuration'] + + + + Tunnels + /pkg.php?xml=stunnel.xml + + + + Certificates + /pkg.php?xml=stunnel_certs.xml + + + + + + + Description + description + + + Listen on IP + localip + + + Listen on Port + localport + + + Certificate + certificatelink + + + Redirects to IP + redirectip + + + Redirects to Port + redirectport + + + + + + Description + description + Enter a description for this redirection. + input + + + Listen on IP + localip + Enter the local IP address to bind this redirection to. + input + + + Listen on port + localport + Enter the local port to bind this redirection to. + input + + + Certificate + certificate + Select server certificate to use for this tunnel. Certificates are defined on the 'Certificates' page. + select + + + + default + + + Redirects to IP + redirectip + Enter the IP address to redirect this to. + input + + + Redirects to Port + redirectport + Enter the port to redirect to. + input + + + Outgoing source IP + sourceip + Enter the source IP address for outgoing connections. + input + + + + stunnel + /usr/local/etc/rc.d/stunnel.sh + stunnel + + /usr/local/pkg/stunnel.inc + + stunnel_save($config); + + + stunnel_install(); + + + stunnel_deinstall(); + + + stunnel_addcerts($config); + +
\ No newline at end of file -- cgit v1.2.3