Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrooij/ufw_add_host
Add a host for ufw
https://github.com/rrooij/ufw_add_host
Last synced: 5 days ago
JSON representation
Add a host for ufw
- Host: GitHub
- URL: https://github.com/rrooij/ufw_add_host
- Owner: rrooij
- License: gpl-3.0
- Created: 2015-11-30T16:46:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T19:03:52.000Z (about 9 years ago)
- Last Synced: 2024-11-12T00:40:02.860Z (2 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ufw_add_host
============Very simple script to add all the known ip addresses from a particular host
as exception to ufw.I use this myself for adding the ips from my VPN as exception, since I don't want DNS leaks but want
to be able to connect to the VPN servers nevertheless.Usage
-----`ufw_add_host.py example.com`
This will add all the ip addresses from example.com to ufw as exception.