Skip to content

Commit

Permalink
docs: Revert peer port to 51235 (#5299)
Browse files Browse the repository at this point in the history
Reverts the [port_peer] back to the legacy port 51235 rather than to the default port 2459, to avoid potentially inconveniencing existing operators.
  • Loading branch information
bthomee authored Feb 19, 2025
1 parent 01fc8f2 commit 844646d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cfg/rippled-example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,10 @@ admin = 127.0.0.1
protocol = http

[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
# alternatively, to accept connections on IPv4 + IPv6, use:
#ip = ::
Expand Down

0 comments on commit 844646d

Please sign in to comment.