mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
7 lines
312 B
Plaintext
7 lines
312 B
Plaintext
# Bitcoin Core P2P Hidden Service
|
|
HiddenServiceDir /data/app-$APP_ID-p2p
|
|
HiddenServicePort $APP_BITCOIN_P2P_PORT $APP_BITCOIN_NODE_IP:$APP_BITCOIN_TOR_PORT
|
|
|
|
# Bitcoin Core RPC Hidden Service
|
|
HiddenServiceDir /data/app-$APP_ID-rpc
|
|
HiddenServicePort $APP_BITCOIN_RPC_PORT $APP_BITCOIN_NODE_IP:$APP_BITCOIN_RPC_PORT |