Skip to content

Commit 7aba544

Browse files
razum2umprestonvanloon
authored andcommitted
cmd/puppeth: allow any vhost in wallet
1 parent fa4973a commit 7aba544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/puppeth/module_wallet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ADD genesis.json /genesis.json
3737
RUN \
3838
echo 'node server.js &' > wallet.sh && \
3939
echo 'geth --cache 512 init /genesis.json' >> wallet.sh && \
40-
echo $'geth --networkid {{.NetworkID}} --port {{.NodePort}} --bootnodes {{.Bootnodes}} --ethstats \'{{.Ethstats}}\' --cache=512 --rpc --rpcaddr=0.0.0.0 --rpccorsdomain "*"' >> wallet.sh
40+
echo $'geth --networkid {{.NetworkID}} --port {{.NodePort}} --bootnodes {{.Bootnodes}} --ethstats \'{{.Ethstats}}\' --cache=512 --rpc --rpcaddr=0.0.0.0 --rpccorsdomain "*" --rpcvhosts "*"' >> wallet.sh
4141
4242
RUN \
4343
sed -i 's/PuppethNetworkID/{{.NetworkID}}/g' dist/js/etherwallet-master.js && \

0 commit comments

Comments
 (0)