Is there any docs/examples on tunnelling?
Is there any docs/examples on tunnelling?

zone_name instead.



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