Compare commits

..

No commits in common. "4d74f76b3c12b53ae1ce8ae59b93cea5edd115df" and "0ffb1b1a36450314d7fe54f36163c2fa4d3c9558" have entirely different histories.

5 changed files with 18012 additions and 18013 deletions

14
Pipfile.lock generated
View File

@ -18,17 +18,17 @@
"default": { "default": {
"ansible": { "ansible": {
"hashes": [ "hashes": [
"sha256:50020dab43f6c59debdeb57f45c90ec6db78d4fa574edc6d75bc52e05cbd3639" "sha256:7604f264f9bdf31442ea152fa4eb77fe700100ff5e54103822d284551b7524bc"
], ],
"index": "pypi", "index": "pypi",
"version": "==5.3.0" "version": "==5.1.0"
}, },
"ansible-core": { "ansible-core": {
"hashes": [ "hashes": [
"sha256:bc79e1723a5a92cbc105d581b25b66840d15bb5f4c98925c936ef5a71f92e7c3" "sha256:a4508707262be11bb4dd98a006f1b14817879a055e6b6c46ad9fca8894fb3073"
], ],
"markers": "python_version >= '3.8'", "markers": "python_version >= '3.8'",
"version": "==2.12.2" "version": "==2.12.1"
}, },
"cffi": { "cffi": {
"hashes": [ "hashes": [
@ -212,11 +212,11 @@
}, },
"pyparsing": { "pyparsing": {
"hashes": [ "hashes": [
"sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea", "sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4",
"sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484" "sha256:d9bdec0013ef1eb5a84ab39a3b3868911598afa494f5faa038647101504e2b81"
], ],
"markers": "python_version >= '3.6'", "markers": "python_version >= '3.6'",
"version": "==3.0.7" "version": "==3.0.6"
}, },
"pyyaml": { "pyyaml": {
"hashes": [ "hashes": [

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,13 @@
#!/usr/sbin/nft -f #!/usr/sbin/nft -f
define ABUSEIPDB_IPV6 = { define ABUSEIPDB_IPV6 = {
2001:41d0:a:1ac3::, 2001:470:1:332::7,
2604:2dc0:200:1378:: 2001:470:1:c84::15,
2001:470:1:c84::22,
2001:470:1:c84::23,
2001:470:1:c84::25,
2a00:d680:20:50::3292,
2a00:d680:20:50::4a10,
2a02:c206:2062:6450::1,
2a03:b0c0:2:f0::34d:c001
} }

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,13 @@
<option name="family" value="inet6" /> <option name="family" value="inet6" />
<short>abusers-ipv6</short> <short>abusers-ipv6</short>
<description>A list of abusive IPv6 addresses.</description> <description>A list of abusive IPv6 addresses.</description>
<entry>2001:41d0:a:1ac3::</entry> <entry>2001:470:1:332::7</entry>
<entry>2604:2dc0:200:1378::</entry> <entry>2001:470:1:c84::15</entry>
<entry>2001:470:1:c84::22</entry>
<entry>2001:470:1:c84::23</entry>
<entry>2001:470:1:c84::25</entry>
<entry>2a00:d680:20:50::3292</entry>
<entry>2a00:d680:20:50::4a10</entry>
<entry>2a02:c206:2062:6450::1</entry>
<entry>2a03:b0c0:2:f0::34d:c001</entry>
</ipset> </ipset>