diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-11 11:24:46 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-11 11:26:33 +0200 |
commit | 13510cac5a4aadc3f6ca79c8c7fd7276abe95be3 (patch) | |
tree | d391c823185bf8d93032c9b0a86ad7000e24e832 /data/templates/sstp | |
parent | 7f648cb2348ebe790757a98ef1d51275d0377650 (diff) | |
download | vyos-1x-13510cac5a4aadc3f6ca79c8c7fd7276abe95be3.tar.gz vyos-1x-13510cac5a4aadc3f6ca79c8c7fd7276abe95be3.zip |
vpn: sstp: T2008: migrate from SysVinit -> systemd
Diffstat (limited to 'data/templates/sstp')
-rw-r--r-- | data/templates/sstp/sstp.config.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/sstp/sstp.config.tmpl b/data/templates/sstp/sstp.config.tmpl index 19805358e..d5f55b2df 100644 --- a/data/templates/sstp/sstp.config.tmpl +++ b/data/templates/sstp/sstp.config.tmpl @@ -52,7 +52,7 @@ dns{{ loop.index }}={{ dns }} {% if auth_mode == 'local' %} [chap-secrets] -chap-secrets=/etc/accel-ppp/sstp/chap-secrets +chap-secrets={{ sstp_chap_secrets }} {% elif auth_mode == 'radius' %} [radius] verbose=1 |