From 6b64f2eeb192ee1133d3f90be2ae2854a0c00ddc Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 29 Jun 2022 19:16:53 +0200 Subject: xml: streamline interface definition filenames, drop _ Some files that described the CLI used underscores to split CLI levels, some others did not. This commit removes all underscores from the filename and only makes use of a hyphen. --- interface-definitions/vpn-sstp.xml.in | 69 +++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 interface-definitions/vpn-sstp.xml.in (limited to 'interface-definitions/vpn-sstp.xml.in') diff --git a/interface-definitions/vpn-sstp.xml.in b/interface-definitions/vpn-sstp.xml.in new file mode 100644 index 000000000..195d581df --- /dev/null +++ b/interface-definitions/vpn-sstp.xml.in @@ -0,0 +1,69 @@ + + + + + + + Secure Socket Tunneling Protocol (SSTP) server + 901 + + + + + Authentication for remote access SSTP Server + + + #include + #include + #include + #include + #include + + + #include + + + + + #include + #include + #include + + + Client IP pools and gateway setting + + + #include + + + #include + #include + + 443 + + + + PPP (Point-to-Point Protocol) settings + + + #include + #include + #include + #include + #include + + + + + SSL Certificate, SSL Key and CA + + + #include + #include + + + + + + + -- cgit v1.2.3