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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user