summaryrefslogtreecommitdiff
path: root/accel-pptpd
diff options
context:
space:
mode:
authorKozlov Dmitry <xeb@mail.ru>2010-10-23 15:33:50 +0400
committerKozlov Dmitry <xeb@mail.ru>2010-10-23 15:33:50 +0400
commit8c0d2ca4709fdbf429b8fd59fcec30f0d266dcde (patch)
treec98efea708ce4af7865e3e120d7b6ebe862f36e2 /accel-pptpd
parenta970c053a5c74d39ec5f6c14fb36b4f092eaf1b5 (diff)
downloadaccel-ppp-xebd-8c0d2ca4709fdbf429b8fd59fcec30f0d266dcde.tar.gz
accel-ppp-xebd-8c0d2ca4709fdbf429b8fd59fcec30f0d266dcde.zip
updated man
Diffstat (limited to 'accel-pptpd')
-rw-r--r--accel-pptpd/accel-pptp.conf1
-rw-r--r--accel-pptpd/accel-pptp.conf.53
2 files changed, 4 insertions, 0 deletions
diff --git a/accel-pptpd/accel-pptp.conf b/accel-pptpd/accel-pptp.conf
index 163bdcb..24b560a 100644
--- a/accel-pptpd/accel-pptp.conf
+++ b/accel-pptpd/accel-pptp.conf
@@ -85,6 +85,7 @@ conninfo=user=log
log-table=log
[pppd-compat]
+#ip-pre-up=/etc/ppp/ip-pre-up
ip-up=/etc/ppp/ip-up
ip-down=/etc/ppp/ip-down
ip-change=/etc/ppp/ip-change
diff --git a/accel-pptpd/accel-pptp.conf.5 b/accel-pptpd/accel-pptp.conf.5
index e82b133..4b32b6e 100644
--- a/accel-pptpd/accel-pptp.conf.5
+++ b/accel-pptpd/accel-pptp.conf.5
@@ -275,6 +275,9 @@ text
.br
Configuration of pppd_compat module.
.TP
+.BI "ip-pre-up=" file
+Path to ip-pre-up script which is executed before ppp interface comes up, useful to setup firewall rules before any traffic can pass through the interface.
+.TP
.BI "ip-up=" file
Path to ip-up script which is executed when ppp interfaces is completly configured and started.
.TP