Skip to content

Commit

Permalink
Merge branch 'vpnc-script_links_on_GitLab' into 'master'
Browse files Browse the repository at this point in the history
Docs should link to Gitlab as the main repository for vpnc-script and vpnc-script-win.js

See merge request openconnect/openconnect!213
  • Loading branch information
dwmw2 committed Jun 29, 2021
2 parents be3a052 + b2de387 commit 78a2a99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openconnect.8.in
Expand Up @@ -685,7 +685,7 @@ is known to run, it depends on a suitable
to configure the network. The standard
.B vpnc\-script
shipped with vpnc 0.5.3 is not capable of setting up IPv6 routes; the one from
.B git://git.infradead.org/users/dwmw2/vpnc\-scripts.git
.B https://gitlab.com/openconnect/vpnc\-scripts
will be required.
.SH SEE ALSO
.BR ocserv (8)
Expand Down
2 changes: 1 addition & 1 deletion www/platforms.xml
Expand Up @@ -23,7 +23,7 @@ and on which <a href="https://www.gnutls.org/">GnuTLS</a> or
<p>For Solaris support, and for IPv6 on any platform, the
<tt>vpnc-script</tt> shipped with vpnc itself (as of v0.5.3)
is not sufficient. It is necessary to use the script from the <a
href="https://git.infradead.org/users/dwmw2/vpnc-scripts.git">vpnc-scripts</a>
href="https://gitlab.com/openconnect/vpnc-scripts">vpnc-scripts</a>
repository instead. That repository also contains an updated version of
<tt>vpnc-script-win.js</tt> which is required for correct IPv6 configuration
under Windows.</p>
Expand Down
7 changes: 3 additions & 4 deletions www/vpnc-script.xml
Expand Up @@ -5,7 +5,7 @@
<VAR match="VAR_SEL_VPNCSCRIPT" replace="selected" />
<PARSE file="menu1.xml" />
<PARSE file="menu2-started.xml" />

<INCLUDE file="inc/content.tmpl" />

<h1>Install a <tt>vpnc-script</tt>.</h1>
Expand All @@ -21,7 +21,7 @@ You may already have a <tt>vpnc-script</tt> installed on your system,
perhaps in a location such as <tt>/etc/vpnc/vpnc-script</tt>.</p>

<p>If you don't already have it, you can get a current version from <a
href="https://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/HEAD:/vpnc-script">here</a>.
href="https://gitlab.com/openconnect/vpnc-scripts/raw/master/vpnc-script">here</a>.
Even if you already have a copy from vpnc, you may wish to install this updated
version which has support for IPv6, and for running on Solaris and on newer Linux
kernels amongst other bug fixes.</p>
Expand Down Expand Up @@ -54,7 +54,7 @@ as the <tt>openconnect.exe</tt> executable, and will execute it with the
script host (<tt>CScript.exe</tt>)</a>.</p>

<p>The current version of this script can be found <a
href="https://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/HEAD:/vpnc-script-win.js">here</a>.</p>
href="https://gitlab.com/openconnect/vpnc-scripts/raw/master/vpnc-script-win.js">here</a>.</p>

<p>Note that although the script is basically functional for
configuring both IPv6 and Legacy IP, it does not fully tear down the
Expand All @@ -63,4 +63,3 @@ interface.</p>

<INCLUDE file="inc/footer.tmpl" />
</PAGE>

0 comments on commit 78a2a99

Please sign in to comment.