Update default palladium.conf

- replace specific docker subnets with universal private ranges

- allow RPC from 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16

- improve portability across different Docker/network setups
This commit is contained in:
2026-02-13 13:30:53 +01:00
parent 3ca12b2ec0
commit cc2f493eb2

View File

@@ -17,8 +17,9 @@ port=2333
rpcport=2332
rpcbind=0.0.0.0
rpcallowip=172.17.0.0/16
rpcallowip=172.18.0.0/16
rpcallowip=10.0.0.0/8
rpcallowip=172.16.0.0/12
rpcallowip=192.168.0.0/16
maxconnections=50
fallbackfee=0.0001