Skip to content

Commit

Permalink
Merge pull request #3 from golemfactory/evik42/fix_regex_in_whitelist
Browse files Browse the repository at this point in the history
Move fixed hostnames to strict whitelist.
Added golem services from #1
  • Loading branch information
evik42 authored Nov 21, 2022
2 parents 82c450d + c907725 commit 7923d0b
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 7923d0b

Please sign in to comment.