-
How would one go about implementing this IP list into third-party router firmware like Tomato/DD-WRT?
I tried the `ipset` [instructions in the ReadMe](https://github.com/stamparm/ipsum#about) and htt…
-
https://www.youtube.com/watch?v=llTu49RNXw0
https://www.youtube.com/watch?v=gVidCv6fTV4
https://www.youtube.com/watch?v=xskM8XA2bqE
-
The IpSet CR has validation webhook implemented. The DataPlaneRole and Node includes a list of infranetworkv1.IPSetNetwork in its definition. So the DataPlaneRole and Node validation webhook needs to …
-
Software:
ipset v6.20.1
firehol @master and latest stable
Ubuntu 12.04 LTS
Config:
```
ipv4 ipset create badguys hash:ip
ipv4 ipset add badguys 1.2.3.4
ipv4 blacklist full ipset:badguys
# Internet …
dz0ny updated
9 years ago
-
Fantastic and useful library. Is it possible to add SymmetricDifference method?
Its already part of python netaddr library:
from netaddr import *
subnet1= IPSet(IPNetwork("10.0.0.0/15"))
subnet2 =…
-
I have been working recently to add ipset support to denyhost. Having discussed this matter with Jesse, I am posting results of that work here for review.
Summary of changes:
1. Added support for ips…
-
Given the following uci configuration:
```
add firewall rule
set firewall.@rule[-1].name='Forward-auth-captive'
set firewall.@rule[-1].src="captivezone"
set firewall.@rule[-1].dest='wan'
…
-
Hi there,
i installed firehol on Ubuntu 18.04. Did nothing to config yet...
After enabling dshield and some other blacklist_de lists what must i do to really activate them. I cant seem to find if …
-
变量保持没变:
![image](https://github.com/user-attachments/assets/3a6c8257-86ca-47e5-baf0-488b13920bde)
WiFi连接成功:
![image](https://github.com/user-attachments/assets/a0a59f93-2b5e-4cfa-8af0-a727c1c5799e)…
-
A while ago, I did a write up on [nginx honeypot](https://www.getpagespeed.com/server-setup/security/nginx-honeypot-the-easiest-and-fastest-way-to-block-bots) approach for dealing with offensive bot t…