Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.