You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #33 is implemented, the --tor flag should change the default listener from :8333 (all interfaces) to 127.0.0.1:8333 by default as it will ensure external peers can't connect via the public interface by default. The user will still be able to override this if they also want to provide public access via the --listen flag.
Also, tor does not work over IPv6, so the above default will stop listening on IPv6 by default when --tor is specified as well.
The text was updated successfully, but these errors were encountered:
This no longer applies due to the way #33 was implemented and the forthcoming --externalip flag via #38. --proxy (with or without --tor) will disable listening by default. If the user still wants to listen, they can override it with --listen.
This reverts commit 9dd0f9f.
This change alone would be a hard forking change to dcrd. It must be
fixed at a later time, either as a soft fork, or on a voted-on hard
fork.
Once #33 is implemented, the
--tor
flag should change the default listener from:8333
(all interfaces) to127.0.0.1:8333
by default as it will ensure external peers can't connect via the public interface by default. The user will still be able to override this if they also want to provide public access via the--listen
flag.Also, tor does not work over IPv6, so the above default will stop listening on IPv6 by default when
--tor
is specified as well.The text was updated successfully, but these errors were encountered: