mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-04-13 11:30:40 +02:00
Fix configuration reference example for the tls-server-address option.
The prior example (::*) was not valid and would result in the following error: ERROR: [049]: unable to get address for '::*': [-2] Name or service not known Correct values are either * for IPv4 or :: for IPv6. The IPv4 value is used as the example since only one example is allowed.
This commit is contained in:
parent
c0935b7992
commit
43524a47a4
@ -72,4 +72,19 @@
|
||||
</release-item>
|
||||
</release-improvement-list>
|
||||
</release-core-list>
|
||||
|
||||
<release-doc-list>
|
||||
<release-bug-list>
|
||||
<release-item>
|
||||
<github-pull-request id="2165"/>
|
||||
|
||||
<release-item-contributor-list>
|
||||
<release-item-contributor id="hartmut.goebel"/>
|
||||
<release-item-reviewer id="david.steele"/>
|
||||
</release-item-contributor-list>
|
||||
|
||||
<p>Fix configuration reference example for the <br-option>tls-server-address</br-option> option.</p>
|
||||
</release-item>
|
||||
</release-bug-list>
|
||||
</release-doc-list>
|
||||
</release>
|
||||
|
@ -397,6 +397,11 @@
|
||||
<contributor-name-display>Hans-J&uuml;rgen Sch&ouml;nig</contributor-name-display>
|
||||
</contributor>
|
||||
|
||||
<contributor id="hartmut.goebel">
|
||||
<contributor-name-display>Hartmut Goebel</contributor-name-display>
|
||||
<contributor-id type="github">htgoebel</contributor-id>
|
||||
</contributor>
|
||||
|
||||
<contributor id="heath.lord">
|
||||
<contributor-name-display>Heath Lord</contributor-name-display>
|
||||
<contributor-id type="github">crunchyheath</contributor-id>
|
||||
|
@ -1637,7 +1637,7 @@
|
||||
<p>IP address the server will listen on for client requests.</p>
|
||||
</text>
|
||||
|
||||
<example>::*</example>
|
||||
<example>*</example>
|
||||
</config-key>
|
||||
|
||||
<config-key id="tls-server-port" name="TLS Server Port">
|
||||
|
Loading…
x
Reference in New Issue
Block a user