Peng-YM
2022-05-18 13:40:24 +08:00
parent 25cb0e7a69
commit 2d4f589eb0
3 changed files with 20 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
function operator(proxies, targetPlatform) {
const fingerprint = "你的指纹";
const {fingerprint} = $arguments;
proxies.forEach(proxy => {
if (targetPlatform === "Surge") {
proxy.tfo = `${proxy.tfo || false}, server-cert-fingerprint-sha256=${fingerprint}`;