monerodocs / md

Unofficial technical documentation for Monero cryptocurrency
https://monerodocs.org
MIT License
83 stars 61 forks source link

Some monerod IPv6 config otions added #34

Closed boldsuck closed 2 years ago

boldsuck commented 3 years ago

Closes: https://github.com/monerodocs/md/issues/32#issue-912186374

I would like to add the following information for the config-file. But don't know where the right place is:

IPv6 addresses are to be specified as "[xx:xx:xx::xx:xx]:port" except in the cases of the cli args for bind address. For those the square braces can be omitted.

xanoni commented 2 years ago

looks like this should be merged?

xanoni commented 2 years ago

By the way, @boldsuck, can you give me some context on --disable-rpc-ban?

Is this something that everyone who has monerod listen on Tor should have turned on?

boldsuck commented 2 years ago

looks like this should be merged?

Yes, I may think here on the config page.

--disable-rpc-ban = Do not ban hosts on RPC errors

Is this something that everyone who has monerod listen on Tor should have turned on?

I would say only open node operators. This is a recommendation of Featherwallet Dev @tobtoht on his XMRGuide.org website. (at the bottom)

qertoip commented 2 years ago

Thanks so much and sorry for a delay!