mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
|
# Satstralia Coordinator Mainnet
|
||
|
upstream mainnet_satstralia {
|
||
|
server localhost:103;
|
||
|
}
|
||
|
|
||
|
# Satstralia Coordinator Testnet
|
||
|
upstream testnet_satstralia {
|
||
|
server localhost:1003;
|
||
|
}
|