|
From: <abe...@us...> - 2012-10-28 19:49:38
|
Revision: 5724
http://astlinux.svn.sourceforge.net/astlinux/?rev=5724&view=rev
Author: abelbeck
Date: 2012-10-28 19:49:31 +0000 (Sun, 28 Oct 2012)
Log Message:
-----------
rc.conf documentation for new OVPN_TUNNEL_HOSTS variable used in the new AIF openvpn-server plugin
Modified Paths:
--------------
branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf
Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2012-10-28 19:33:20 UTC (rev 5723)
+++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2012-10-28 19:49:31 UTC (rev 5724)
@@ -508,6 +508,11 @@
## Allow OpenVPN Server tunnel to one LAN Interface, defaults to disallow
## Use "INTIF" for 1st, "INT2IF" for 2nd, or "INT3IF" for 3rd Internal Interface
#OVPN_ALLOWLAN="INTIF"
+##
+## Firewall Options, automatically supported via AIF openvpn-server plugin.
+## The default OVPN_TUNNEL_HOSTS value of 0/0 allows any external host. A space separated
+## list may be defined to restrict access to only select external hosts.
+#OVPN_TUNNEL_HOSTS="0/0"
## OpenVPN Client - VPN above must include "openvpnclient"
#OVPNC_DEV="tun2"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|