diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2024-12-23 11:04:59 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2024-12-23 11:04:59 -0500 |
| commit | a6f21ca4bd88f87a9167b40ecb53374db969be60 (patch) | |
| tree | 4ca84a7dbb787a55f17b82af1fd6615358e8b204 /tests/data | |
| parent | f498b4d10d7e9a9a01b881c56dd671a312038729 (diff) | |
| parent | a1b545a2f7b2ac48d66e7fd846ca5093286525c7 (diff) | |
| download | monzero-core-a6f21ca4bd88f87a9167b40ecb53374db969be60.tar.gz monzero-core-a6f21ca4bd88f87a9167b40ecb53374db969be60.tar.xz monzero-core-a6f21ca4bd88f87a9167b40ecb53374db969be60.zip | |
Merge pull request #9616
a1b545a p2p: allow comments in banlist files (jeffro256)
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/node/banlist_1.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/data/node/banlist_1.txt b/tests/data/node/banlist_1.txt new file mode 100644 index 000000000..7cc94ca62 --- /dev/null +++ b/tests/data/node/banlist_1.txt @@ -0,0 +1,17 @@ +# magicfolk +255.255.255.0 # Saruman the White +128.128.128.0 # Gandalf the Gray +150.75.0.0 # Radagast the Brown +99.98.0.0/16 # All of Misty Mountain + +# personal enemies +1.2.3.4 # this woman used to give me swirlies +6.7.8.9 # I just don't like the cut of his jib +1.0.0.7#Literally James Bond, he wrecked my aston martin +100.98.1.13 # Earl from HOA +100.98.1.0/24 #The rest of the HOA for good measure +# + +#7.7.7.7 +#^^^We're chill now, she's truly an angel + |
