UNPKG

surgio

Version:

查看完整使用文档,前往 [surgio.royli.dev](https://surgio.royli.dev)。

10 lines (9 loc) 410 B
import { ShadowsocksSubscribeProviderConfig } from '../types'; import { getShadowsocksSubscription } from '../utils'; import Provider from './Provider'; export default class ShadowsocksSubscribeProvider extends Provider { readonly url: string; readonly udpRelay?: boolean; constructor(config: ShadowsocksSubscribeProviderConfig); getNodeList(): ReturnType<typeof getShadowsocksSubscription>; }