mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-09-27 03:55:56 +08:00
Unclutter git history by removing blocked sites
Our commit history is cluttered with blocking sites due to takedown notices. It's unseemly, so we've created a new repo, <https://github.com/cunnie/sslip.io-blocklist>, to be used exclusively for blocking phishers, scammers, and grifters.
This commit is contained in:
2
main.go
2
main.go
@@ -15,7 +15,7 @@ import (
|
||||
|
||||
func main() {
|
||||
var blocklistURL = flag.String("blocklistURL",
|
||||
"https://raw.githubusercontent.com/cunnie/sslip.io/main/etc/blocklist.txt",
|
||||
"https://raw.githubusercontent.com/cunnie/sslip.io-blocklist/main/blocklist.txt",
|
||||
`URL containing a list of non-resolvable IPs/names/CIDRs, usually phishing or scamming sites. Example "file://etc/blocklist.txt"`)
|
||||
var nameservers = flag.String("nameservers", "ns-do-sg.sslip.io.,ns-gce.sslip.io.,ns-hetzner.sslip.io.,ns-ovh.sslip.io.",
|
||||
"comma-separated list of FQDNs of nameservers. If you're running your own sslip.io nameservers, set them here")
|
||||
|
Reference in New Issue
Block a user