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

https://github.com/reznetdevops/block_ips_port_range

Block dublicated IPs that using a port in a spicified Port range
https://github.com/reznetdevops/block_ips_port_range

Last synced: about 1 year ago
JSON representation

Block dublicated IPs that using a port in a spicified Port range

Awesome Lists containing this project

README

          

# Block dublicated IPs in Port range

Block duplicated IPs that use a port in a specified Port range

You can easily change the port range here:

```bash
for port_num in {64001..65000}; do
```