You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gohperhole/config.json

21 lines
537 B

{
"upstream": [
"1.1.1.1",
"8.8.8.8"
],
"records": {
"vdhsn.com": {
"Type": "A",
"Record": "192.168.0.4"
},
"riffraff.vdhsn.com": {
"Type": "A",
"Record": "192.168.0.4"
}
},
"blocklists": [
"https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts",
"https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt",
"https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt"
]
}