fix(cuprate): avoid Penpot RPC port collision

This commit is contained in:
archipelago
2026-08-23 01:43:09 -04:00
parent f1b5d2d267
commit 37a82fd2f9
2 changed files with 8 additions and 6 deletions
+3 -2
View File
@@ -1746,9 +1746,10 @@ app:
}
}
exempt.sort();
// 28 as of 2026-08-21: the 26 below plus cuprate's two exemptions —
// 28 as of 2026-08-23: the 26 below plus cuprate's two exemptions —
// 18183 (Monero p2p gossip, same reasoning as bitcoin's 8333) and
// 18089 (Monero restricted RPC, upstream's own safe-for-public
// 18090 (host mapping for Monero's canonical 18089 restricted RPC,
// upstream's own safe-for-public
// subset that wallets connect to directly as a "remote node" over
// plain HTTP JSON-RPC — same reasoning as electrumx's 50001).
// cuprate's unrestricted RPC (full node control) stays loopback-only