mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-01 16:05:52 +00:00
docs: Revert peer port to 51235 (#5299)
Reverts the [port_peer] back to the legacy port 51235 rather than to the default port 2459, to avoid potentially inconveniencing existing operators.
This commit is contained in:
@@ -1437,7 +1437,10 @@ admin = 127.0.0.1
|
|||||||
protocol = http
|
protocol = http
|
||||||
|
|
||||||
[port_peer]
|
[port_peer]
|
||||||
port = 2459
|
# Many servers still use the legacy port of 51235, so for backward-compatibility
|
||||||
|
# we maintain that port number here. However, for new servers we recommend
|
||||||
|
# changing this to the default port of 2459.
|
||||||
|
port = 51235
|
||||||
ip = 0.0.0.0
|
ip = 0.0.0.0
|
||||||
# alternatively, to accept connections on IPv4 + IPv6, use:
|
# alternatively, to accept connections on IPv4 + IPv6, use:
|
||||||
#ip = ::
|
#ip = ::
|
||||||
|
|||||||
Reference in New Issue
Block a user