We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b66ce commit 8c72267Copy full SHA for 8c72267
1 file changed
run.sh
@@ -197,6 +197,13 @@ if [ -f /data/private_nodes ]; then
197
cat /data/private_nodes >> /data/.${DAEMON}.conf
198
fi
199
200
+if [ -n "$EXPOSE_BITCOIND_RPC" ]; then
201
+ cat << CONF >> /data/.${DAEMON}.conf
202
+rpcbind=0.0.0.0
203
+rpcallowip=0.0.0.0/0
204
+CONF
205
+fi
206
+
207
TORRCFILE="/srv/explorer/source/contrib/${DAEMON}-${NETWORK}-${MODE}-torrc"
208
if [ -f $TORRCFILE ]; then
209
cp $TORRCFILE /etc/tor/torrc
0 commit comments