diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-06-09 18:34:29 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-06-09 18:34:29 +0200 |
commit | 23f610f1a1fec326d1f68cddeaabd9c35009e47b (patch) | |
tree | 591580fc6c8f91757d98ba24e547cf877cc5f357 /data | |
parent | 5294710b9280053f09ed01ddde6eca3e65fda060 (diff) | |
parent | 1aeaedb06928ce72c9439802055770826b32b454 (diff) | |
download | vyos-1x-23f610f1a1fec326d1f68cddeaabd9c35009e47b.tar.gz vyos-1x-23f610f1a1fec326d1f68cddeaabd9c35009e47b.zip |
Merge branch 'sstp_port' of https://github.com/goodNETnick/vyos-1x into current
* 'sstp_port' of https://github.com/goodNETnick/vyos-1x:
sstp: T4444. Port number changing support
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/accel-ppp/sstp.config.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/accel-ppp/sstp.config.j2 b/data/templates/accel-ppp/sstp.config.j2 index 5c6f19306..7ee28dd21 100644 --- a/data/templates/accel-ppp/sstp.config.j2 +++ b/data/templates/accel-ppp/sstp.config.j2 @@ -28,6 +28,7 @@ disable [sstp] verbose=1 ifname=sstp%d +port={{ port }} accept=ssl ssl-ca-file=/run/accel-pppd/sstp-ca.pem ssl-pemfile=/run/accel-pppd/sstp-cert.pem |