I currently set up an "airport" from my provider using surge like so:
DLER-SS2002 = select, policy-path=[...provider_url], external-policy-name-prefix=[SS2002], hidden=true, update-interval=3600
I know there is a parameter policy-regex-filter
but it doesn't seem to support negative lookahead, which is inconvenient for me because I'd like to exclude some of the proxies in this list....but I've tried with a negative lookahead (?!...)
and it doesn't seem to work.
我目前使用 Surge 从我的提供商设置了一个“机场”,如下所示:
DLER-SS2002 = select, policy-path=[...provider_url], external-policy-name-prefix=[SS2002], hidden=true, update-interval=3600
我知道有一个参数 policy-regex-filter
,但它似乎不支持负向前瞻,这对我来说很不方便,因为我想排除列表中的一些代理……但我尝试过使用负向前瞻 (?!...)
,但似乎不起作用。