Skip to content

Commit

Permalink
Move fixed hostnames to strict whitelist.
Browse files Browse the repository at this point in the history
Fix wildcards to regex.
Added golem services (geth, *.dev).
  • Loading branch information
evik42 committed Nov 21, 2022
1 parent 82c450d commit c907725
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
14 changes: 3 additions & 11 deletions whitelist/regex.lst
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
mainnet.infura.io
polygon-mainnet.infura.io
polygon-rpc.com
arb1.arbitrum.io
bor.*.golem.network
api.zksync.io
ipfs.io
dl.dropboxusercontent.com
docker.io
github.com
crates.io
^bor\..*\.golem\.network$
^geth\..*\.golem\.network$
.*\.dev\.golem\.network$
15 changes: 14 additions & 1 deletion whitelist/strict.lst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,17 @@
52.48.158.112
13.36.40.74
geth2.golem.network
geth.golem.network
geth.golem.network
mainnet.infura.io
polygon-mainnet.infura.io
polygon-rpc.com
arb1.arbitrum.io
api.zksync.io
ipfs.io
dl.dropboxusercontent.com
docker.io
hub.docker.com
registry.hub.docker.com
github.com
api.github.com
crates.io

0 comments on commit c907725

Please sign in to comment.