From 957a542fb0446668f264f898628f687ca0fc1cd6 Mon Sep 17 00:00:00 2001 From: DmitriyEshenko Date: Tue, 9 Jun 2020 19:37:45 +0000 Subject: sstp: T2575: Add missing gw-ip-address --- data/templates/accel-ppp/sstp.config.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/templates') diff --git a/data/templates/accel-ppp/sstp.config.tmpl b/data/templates/accel-ppp/sstp.config.tmpl index 411fca489..2c8c00023 100644 --- a/data/templates/accel-ppp/sstp.config.tmpl +++ b/data/templates/accel-ppp/sstp.config.tmpl @@ -91,6 +91,9 @@ bind={{ radius_source_address }} dae-server={{ radius_dynamic_author.server }}:{{ radius_dynamic_author.port }},{{ radius_dynamic_author.key }} {% endif -%} {% endif %} +{% if client_gateway %} +gw-ip-address={{ client_gateway }} +{% endif %} [ppp] verbose=1 -- cgit v1.2.3