mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-14 06:17:17 +00:00
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
# Libre freedomsats Coordinator Mainnet
|
|
upstream mainnet_freedomsats {
|
|
server localhost:108;
|
|
}
|
|
|
|
# Libre freedomsats Coordinator Testnet
|
|
upstream testnet_freedomsats {
|
|
server localhost:1008;
|
|
} |