summaryrefslogtreecommitdiff
path: root/accel-pppd/accel-ppp.conf.5
diff options
context:
space:
mode:
authorVladislav Grishenko <themiron@mail.ru>2018-02-27 01:29:10 +0500
committerVladislav Grishenko <themiron@mail.ru>2018-02-27 15:28:43 +0500
commit8b24e82a67005ade50b92dfefa6413874a758132 (patch)
tree00843b1fc9161e092fde5295cc2c9cd42c83bfe1 /accel-pppd/accel-ppp.conf.5
parent0e7fea6d12beaeef80fa1cc666d8556d2ca1abee (diff)
downloadaccel-ppp-8b24e82a67005ade50b92dfefa6413874a758132.tar.gz
accel-ppp-8b24e82a67005ade50b92dfefa6413874a758132.zip
sstp: implement ipv6 & unix socket support
following bind option formats are valid: bind=x.x.x.x bind=2001:db8::1 bind=unix:/var/run/sstp.socket bind=unix:@sstp port option is meaningful for ipv4 and ipv6 only
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r--accel-pppd/accel-ppp.conf.55
1 files changed, 3 insertions, 2 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5
index 9b58018..fb38fea 100644
--- a/accel-pppd/accel-ppp.conf.5
+++ b/accel-pppd/accel-ppp.conf.5
@@ -639,8 +639,9 @@ as a template, i.e l2tp%d => l2tp0.
.br
Configuration of SSTP module.
.TP
-.BI "bind=" x.x.x.x
-If this option is given then sstp server will bind to specified IP address.
+.BI "bind=" x.x.x.x|ipv6address|unix:pathname|unix:@abstract
+If this option is given then sstp server will bind to specified IP address
+or unix pathname/abstract socket.
.TP
.BI "port=" n
If this option is given then sstp server will bind to specified port.