diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-03 20:17:20 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-03 20:17:20 +0200 |
commit | 192b6244220806bbebbb3694eaaba1d04d6aa1f6 (patch) | |
tree | 6416186b05bdec4b05bd31004b567a211ed2a760 /src | |
parent | be3c9bdf9274866d9e6548792a7f668fa04fa24f (diff) | |
download | vyos-1x-192b6244220806bbebbb3694eaaba1d04d6aa1f6.tar.gz vyos-1x-192b6244220806bbebbb3694eaaba1d04d6aa1f6.zip |
vpn: sstp: T2008: set DA/CoA default port 1700
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/vpn_sstp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/vpn_sstp.py b/src/conf_mode/vpn_sstp.py index 30972f60d..a4a17de9c 100755 --- a/src/conf_mode/vpn_sstp.py +++ b/src/conf_mode/vpn_sstp.py @@ -167,7 +167,7 @@ def get_config(config=None): # Dynamic Authorization Extensions (DOA)/Change Of Authentication (COA) if conf.exists(['dynamic-author']): dae = { - 'port' : '', + 'port' : '1700', 'server' : '', 'key' : '' } |