diff options
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 0518042e..9d29568a 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -328,6 +328,9 @@ Configuration of PPTP module. .BI "bind=" x.x.x.x If this option is given then pptp server will bind to specified IP address. .TP +.BI "port=" n +If this option is given then pptp server will bind to specified port. +.TP .BI "verbose=" n If this option is given and .B n @@ -399,6 +402,9 @@ Configuration of L2TP module. .BI "bind=" x.x.x.x Specifies IP address to bind. .TP +.BI "port=" n +Specifies port to bind. +.TP .BI "host-name=" string This name will be sent to clients in Host-Name attribute. .TP |