Skip to content

Commit

Permalink
Temporarily use IP addresses instead of dns (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Aug 7, 2017
1 parent 3045125 commit fa32290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config.h
Expand Up @@ -85,8 +85,8 @@
#define MTOS_EXPAND(str) #str
#define MTOS(str) MTOS_EXPAND(str)

#define SERVER "powdertoy.co.uk"
#define STATICSERVER "static.powdertoy.co.uk"
#define SERVER "91.121.227.69"
#define STATICSERVER "91.121.227.70"

#define LOCAL_SAVE_DIR "Saves"

Expand Down

5 comments on commit fa32290

@jacob1
Copy link
Member Author

@jacob1 jacob1 commented on fa32290 Aug 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As soon as I committed this the domain was re-registered. I will revert it when I get home

@Garr890354839
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to change it back, because it removes online functionality. (save/load, FP viewer...)
-superkirbyfanlover

@jacob1
Copy link
Member Author

@jacob1 jacob1 commented on fa32290 Aug 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm? It shouldn't. I had someone test and it still worked. I will still undo it when I get home.

Are you using the official version, or the snapshots at https://starcatcher.us/TPT ? This change is currently in the snapshots. The official version still runs a DNS query.

The snapshots should work fine, official may not I'd your DNS hasn't updated yet

@Garr890354839
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. I'm currently using the official one.

@jacob1
Copy link
Member Author

@jacob1 jacob1 commented on fa32290 Aug 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If official doesn't work, please download the latest snapshot at the url I linked

The domain expired. We re-registered it, but it takes a while to propogate DNS to everyone. The snapshot bypasses dns and goes directly to the IP

So this commit actually fixes your issue

Please sign in to comment.