Skip to content

Commit

Permalink
Use wildcard in host allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Nov 28, 2024
1 parent 265bed7 commit 65b0b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3signer/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exec /opt/web3signer/bin/web3signer \
--key-store-path="$KEYFILES_DIR" \
--http-listen-port=9000 \
--http-listen-host=0.0.0.0 \
--http-host-allowlist="web3signer.web3signer.dappnode,brain.web3signer.dappnode,prysm.migration.dappnode,$ETH2_CLIENT_DNS" \
--http-host-allowlist="*" \
--http-cors-origins="http://web3signer.web3signer.dappnode,http://brain.web3signer.dappnode,http://prysm.migration.dappnode,http://$ETH2_CLIENT_DNS" \
--metrics-enabled=true \
--metrics-host 0.0.0.0 \
Expand Down

0 comments on commit 65b0b08

Please sign in to comment.