run_bootstrap: adding status.prod dns-discovery-url

This commit is contained in:
Ivan Folgueira Bande 2023-10-23 23:57:01 +02:00 committed by Ivan FB
parent 77b3387137
commit b00e5be192
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,14 @@ echo "I am a bootstrap node. Listening to: ${IP}"
exec /usr/bin/wakunode\
--relay=true\
--peer-exchange=true\
--peer-persistence=false\
--max-connections=300\
--dns-discovery=true\
--dns-discovery-url=enrtree://AL65EKLJAUXKKPG43HVTML5EFFWEZ7L4LOKTLZCLJASG4DSESQZEC@prod.status.nodes.status.im\
--discv5-discovery=true\
--discv5-udp-port=9000\
--discv5-enr-auto-update=False\
--rpc-admin=true\
--keep-alive=true\
--max-connections=300\