Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crabdancing/vde
VPN Domain Exceptions
https://github.com/crabdancing/vde
linux python3 vpn vpn-client
Last synced: about 2 months ago
JSON representation
VPN Domain Exceptions
- Host: GitHub
- URL: https://github.com/crabdancing/vde
- Owner: crabdancing
- License: gpl-3.0
- Created: 2018-07-08T00:46:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T01:06:24.000Z (over 6 years ago)
- Last Synced: 2024-04-24T20:57:01.029Z (10 months ago)
- Topics: linux, python3, vpn, vpn-client
- Language: Python
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simple program to add exceptions in a certain simple VPN setup. Since this setup is popular, I figured I'd publish it. The Python file is intended to be executed as root after openvpn -- it is ideal to run it as a hook for openvpn. It can be re-run without leaving garbage entries in your routing table or firewall -- designed to clean up after itself.
It could also be made a systemd service if you wanted to keep it seperate or if you had limited permissions in your openvpn scope, I suppose.
All you have to do is add the domains you want to be exceptions under /etc/vde.conf, and it should do the rest for you!
TODO: clean up makefile with fancy formatting and examples and whatever else.