TritonDataCenter / minecrab

Minecraft on Joyent's Cloud & Manta on Demand
Other
27 stars 12 forks source link

Server list changes if you change datacenter URL #37

Open pborenstein opened 10 years ago

pborenstein commented 10 years ago

This is not unexpected, but might be confusing.

$ SDC_URL=https://us-west-1.api.joyentcloud.com bin/minecrab-list
IP              STATE      NAME
165.225.145.85  running    mist
165.225.144.49  running    fog

$ SDC_URL=https://us-east-1.api.joyentcloud.com bin/minecrab-list
IP              STATE      NAME
72.2.118.18     running    aurora
n/a             offline    fog
nfitch commented 10 years ago

See joyent/minecrab#9. I don't think it's something we care about... but if it's confusing, perhaps we should add a section on this. Maybe in troubleshooting and in setup?