1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Document IPv6/IPv4 binding on standalone. (#5983)

This commit is contained in:
Kevin Le
2018-05-14 16:15:02 -04:00
committed by Brad Warren
parent 94829e35be
commit c1471fe873

View File

@@ -170,6 +170,14 @@ one of the options shown below on the command line.
It must still be possible for your machine to accept inbound connections from
the Internet on the specified port using each requested domain name.
By default, Certbot first attempts to bind to the port for all interfaces using
IPv6 and then bind to that port using IPv4; Certbot continues so long as at
least one bind succeeds. On most Linux systems, IPv4 traffic will be routed to
the bound IPv6 port and the failure during the second bind is expected.
Use ``--<challenge-type>-address`` to explicitly tell Certbot which interface
(and protocol) to bind.
.. note:: The ``--standalone-supported-challenges`` option has been
deprecated since ``certbot`` version 0.9.0.