From 0d8c997867f803a748777e9c4032eca3453c9ab8 Mon Sep 17 00:00:00 2001 From: Bart Date: Wed, 19 Feb 2025 17:14:00 -0500 Subject: [PATCH] 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. --- cfg/rippled-example.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cfg/rippled-example.cfg b/cfg/rippled-example.cfg index 00dbd5d58..45801284d 100644 --- a/cfg/rippled-example.cfg +++ b/cfg/rippled-example.cfg @@ -1437,7 +1437,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 = ::