switch (proxy.type) { case 'ss': return shadowsocks(proxy); @@ -30,10 +30,14 @@ export default function Surge_Producer() { case 'tuic': return tuic(proxy); case 'wireguard-surge': return wireguard(proxy); return wireguard_surge(proxy); case 'hysteria2': return hysteria2(proxy); ...
handleTransport(result, proxy, includeUnsupportedProxy);// AEAD if (isPresent(proxy, 'aead')) { @@ -1013,7 +1013,7 @@ function hysteria2(proxy) { return result.toString(); }function handleTransport(result, proxy) { function handleTransport(result, proxy, includeUnsupportedProxy) { ...