You could use a Tunnel, and then not expose the server at all
You could use a Tunnel, and then not expose the server at all

zone_name instead.



export default {
async fetch(request, env, context) {
// Proxy to origin on unhandled/uncaught exceptions
context.passThroughOnException();
throw new Error('Oops');
},
};