ID:2833426
 
I'm not too familiar with how the Byond server app does things -- but I'm wondering if it's possible to sit a reverse proxy up as the byond://xxx.xxx.xxx.xxx address, and then have it route requests for .dm and .rsc requests to a hosted CDN elsewhere; and route everything else towards the main game server.

I'd imagine it should be a simple as spinning up some servers, and then writing a quick program to read and process Byond network requests.

However, I'm unfamiliar with how Byond encodes and manages network calls.
Scratch that, looks like it's already built in: https://www.byond.com/forum/post/271428#comment1223134