Update message

This commit is contained in:
HolographicHat
2022-05-29 22:33:34 +08:00
parent 89ab4408d6
commit d285b1c999
9 changed files with 37 additions and 113 deletions

View File

@@ -3,7 +3,7 @@ const https = require("https")
const axios = require("axios")
const { decodeProto, encodeProto, debug } = require("./utils")
const path = require("path")
const cert = path.join(__dirname, "./cert/root.p12")
const cert = path.join(__dirname, "./cache/cert/root.p12")
const preparedRegions = {}
let currentProxy = undefined