mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Document IPv6/IPv4 binding on standalone. (#5983)
This commit is contained in:
@@ -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
|
It must still be possible for your machine to accept inbound connections from
|
||||||
the Internet on the specified port using each requested domain name.
|
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
|
.. note:: The ``--standalone-supported-challenges`` option has been
|
||||||
deprecated since ``certbot`` version 0.9.0.
|
deprecated since ``certbot`` version 0.9.0.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user