How do I configure IPv4Only options in torrc files?

The following warning appears in my local log:

[notice] Unable to find IPv6 address for ORPort 443. You might want to specify IPv4Only to it or set an explicit address or set Address. [59 similar message(s) suppressed in last 3540 seconds].

How do I configure IPv4Only options in torrc files?
Thanks!

Just write

ORPort 1.2.3.4:443

where 1.2.3.4 would be your public IPv4

Same could be done for
OutboundBindAddress without port
DirPort with port

see ##/# lines in torrc.sample for further examples

1 Like

“ORPort 443 IPv4Only”

4 Likes