Triment / blog

0 stars 0 forks source link

cf反向代理workers #70

Open Triment opened 1 year ago

Triment commented 1 year ago

reflare

proxy.use('/', {
    upstream: {
        domain: 'example.com',
        protocol: 'https',
        port: 1234,
    },
})