Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
wweir committed Dec 7, 2018
1 parent d8d5d4e commit cb88395
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions conf/sower.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dns_server="114.114.114.114"
blocklist=[
"*.*.google.com", # google
"g.co",
"*.*.goo.gl",
"*.googleusercontent.com",
"*.googleapis.com",
"gmail.com",
Expand All @@ -20,6 +21,7 @@ blocklist=[
"*.twitter.com", # twitter
"t.co",
"*.twimg.com",
"www.linkedin.com",
"www.reddit.com", # reddit
"www.redditmedia.com",
"*.*.blogspot.com", # blogspot
Expand All @@ -29,28 +31,35 @@ blocklist=[
"*.*.aws.amazon.com", # amazon
"m.media-amazon.com",
"*.awsstatic.com",
"*.*.*.atl-paas.net", # atlassian
"*.atlassian.net",
"*.cloudfront.net",
"gira.com",
"*.*.*.cloudfront.net", # atlassian
"*.medium.com",
"accounts-static.cdn.mozilla.net", # firefox
"pocket-image-cache.com", # pocket
"*.golang.org", # golang
"go.googlesource.com",
"gist.github.com", # github
"*.k8s.io",
"*.k8s.io", # k8s
"k8s.gcr.io",
"*.wikipedia.org", # wikipeida
"*.wikimedia.org",
"*.wikisource.org",
"lookup-api.apple.com",
"lookup-api.apple.com.edgekey.net",
"e16991.b.akamaiedge.net",
"*.web.telegram.org", # telegram
"core.telegram.org",
"telegram.me",
"t.me",
"*.slack.com", #slack
"*.slack-edge.com",
"js.driftt.com",
"cloud.feedly.com", # feedly
"static.grammarly.com", # grammarly
"apkpure.com", # apkpure
"download.apkpure.com",
"*.nytimes.com", # New York times
"*.nyt.com",
"bandwagonhost.com", # bandwagonhost
"www.bwh1.net",
]
verbose=0
verbose=1

0 comments on commit cb88395

Please sign in to comment.