feat: sing-box 支持 anytls

This commit is contained in:
xream
2025-02-23 09:45:47 +08:00
parent 47f09cb6b8
commit a36de02496
3 changed files with 23 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ import { produceArtifact } from '@/restful/sync';
import { getFlag, removeFlag, getISO, MMDB } from '@/utils/geo';
import Gist from '@/utils/gist';
import { isPresent } from './producers/utils';
import { doh } from '@/utils/dns';
function preprocess(raw) {
for (const processor of PROXY_PREPROCESSORS) {
@@ -327,6 +328,7 @@ export const ProxyUtils = {
Gist,
download,
isValidUUID,
doh,
};
function tryParse(parser, line) {