Compare commits
2 Commits
0ffb1b1a36
...
4d74f76b3c
Author | SHA1 | Date | |
---|---|---|---|
4d74f76b3c | |||
9e737466c5 |
14
Pipfile.lock
generated
14
Pipfile.lock
generated
@ -18,17 +18,17 @@
|
|||||||
"default": {
|
"default": {
|
||||||
"ansible": {
|
"ansible": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:7604f264f9bdf31442ea152fa4eb77fe700100ff5e54103822d284551b7524bc"
|
"sha256:50020dab43f6c59debdeb57f45c90ec6db78d4fa574edc6d75bc52e05cbd3639"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==5.1.0"
|
"version": "==5.3.0"
|
||||||
},
|
},
|
||||||
"ansible-core": {
|
"ansible-core": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:a4508707262be11bb4dd98a006f1b14817879a055e6b6c46ad9fca8894fb3073"
|
"sha256:bc79e1723a5a92cbc105d581b25b66840d15bb5f4c98925c936ef5a71f92e7c3"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.8'",
|
"markers": "python_version >= '3.8'",
|
||||||
"version": "==2.12.1"
|
"version": "==2.12.2"
|
||||||
},
|
},
|
||||||
"cffi": {
|
"cffi": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -212,11 +212,11 @@
|
|||||||
},
|
},
|
||||||
"pyparsing": {
|
"pyparsing": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4",
|
"sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea",
|
||||||
"sha256:d9bdec0013ef1eb5a84ab39a3b3868911598afa494f5faa038647101504e2b81"
|
"sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==3.0.6"
|
"version": "==3.0.7"
|
||||||
},
|
},
|
||||||
"pyyaml": {
|
"pyyaml": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,6 @@
|
|||||||
#!/usr/sbin/nft -f
|
#!/usr/sbin/nft -f
|
||||||
|
|
||||||
define ABUSEIPDB_IPV6 = {
|
define ABUSEIPDB_IPV6 = {
|
||||||
2001:470:1:332::7,
|
2001:41d0:a:1ac3::,
|
||||||
2001:470:1:c84::15,
|
2604:2dc0:200:1378::
|
||||||
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
@ -3,13 +3,6 @@
|
|||||||
<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:470:1:332::7</entry>
|
<entry>2001:41d0:a:1ac3::</entry>
|
||||||
<entry>2001:470:1:c84::15</entry>
|
<entry>2604:2dc0:200:1378::</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user