diff options
author | Austin Adams <git@austinjadams.com> | 2021-06-11 13:52:20 -0400 |
---|---|---|
committer | Austin Adams <git@austinjadams.com> | 2021-06-11 13:52:20 -0400 |
commit | f249fed2c57992db8f35cdfdd3a9a3c7b3830230 (patch) | |
tree | 11a31feb1610c3905a6f833680637d40ed01e0e4 | |
parent | cd15559e4ca463c3faf66fc1f8a6e40323405342 (diff) | |
download | webzone-f249fed2c57992db8f35cdfdd3a9a3c7b3830230.tar.gz webzone-f249fed2c57992db8f35cdfdd3a9a3c7b3830230.tar.xz |
Warn readers that the OpenVPN and AnyConnect articles are outdated now
-rw-r--r-- | content/blog/running-select-applications-through-anyconnect.md | 7 | ||||
-rw-r--r-- | content/blog/running-select-applications-through-openvpn.md | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/content/blog/running-select-applications-through-anyconnect.md b/content/blog/running-select-applications-through-anyconnect.md index c28f5f9..79330fb 100644 --- a/content/blog/running-select-applications-through-anyconnect.md +++ b/content/blog/running-select-applications-through-anyconnect.md @@ -5,6 +5,12 @@ title = "Running Select Applications through a Cisco AnyConnect VPN" description = "How I configured my GNU/Linux system to run only certain applications through an AnyConnect VPN" +++ +## This is outdated now. Please see the [README of the `nsdo` GitHub repository][9] instead + +--- +--- +--- + In an [earlier article specific to OpenVPN][1], I wrote: > To isolate VPN applications from applications running 'bare,' I use @@ -169,3 +175,4 @@ later with one. [6]: https://www.freedesktop.org/software/systemd/man/systemd-tty-ask-password-agent.html [7]: https://git.kernel.org/cgit/utils/util-linux/util-linux.git [8]: https://wiki.linuxfoundation.org/networking/iproute2 +[9]: https://github.com/ausbin/nsdo#readme diff --git a/content/blog/running-select-applications-through-openvpn.md b/content/blog/running-select-applications-through-openvpn.md index 877e046..e09a817 100644 --- a/content/blog/running-select-applications-through-openvpn.md +++ b/content/blog/running-select-applications-through-openvpn.md @@ -5,6 +5,13 @@ title = "Running Select Applications through OpenVPN" description = "How I configured my GNU/Linux system to run only certain applications through a VPN" +++ +## This is outdated now. Please see the [README of the `nsdo` GitHub repository][11] instead + +--- +--- +--- + + *Note: I base this method heavily on [a great article by Sebastian Thorarensen][1].* @@ -225,3 +232,4 @@ by pointing your client to `foo:5050`: [8]: http://manpages.ubuntu.com/manpages/xenial/en/man7/capabilities.7.html [9]: https://www.freedesktop.org/software/systemd/man/systemd.unit.html [10]: https://code.austinjadams.com/nsdo +[11]: https://github.com/ausbin/nsdo#readme |