diff options
author | Jimmy Axenhus <github att axenhus doot com> | 2021-03-08 21:35:00 +0100 |
---|---|---|
committer | GitHub <noreply att github doot com> | 2021-03-08 21:35:00 +0100 |
commit | 6d7b6a9d4732381c3b9817238e61ec3c2e18e2ef (patch) | |
tree | a07f1f3ac076136a2b99d4b6c38caee23580ef56 | |
parent | 50d6777c992fb4f687ae1374b59073fe9af853ac (diff) | |
download | qubes-vpn-exclude-6d7b6a9d4732381c3b9817238e61ec3c2e18e2ef.tar.bz2 qubes-vpn-exclude-6d7b6a9d4732381c3b9817238e61ec3c2e18e2ef.tar.zst qubes-vpn-exclude-6d7b6a9d4732381c3b9817238e61ec3c2e18e2ef.zip |
Include split tunneling in the description.
Diffstat (limited to '')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,10 +1,11 @@ # qubes-vpn-exclude Hooks for [Qubes-vpn-support](https://github.com/tasket/Qubes-vpn-support) to -exclude specific hosts from the VPN tunnel. Useful for when the VPN network -won't forward requests to the public internet as this configuration allows -AppVMs behind a VPN ProxyVM to directly connect to the internet instead of -going through the VPN. +exclude specific hosts from the VPN tunnel (implementing [inverse split +tunneling](https://en.wikipedia.org/wiki/Split_tunneling)). Useful for +when the VPN network won't forward requests to the public internet as this +configuration allows AppVMs behind a VPN ProxyVM to directly connect to the +internet instead of going through the VPN. Only requests over HTTP (port 80) and HTTPS (port 443) are excluded from the VPN. |