Add device HWID support to sing-box subscriptions
This commit is contained in:
@@ -71,6 +71,8 @@ export interface ComponentStatus {
|
||||
export interface LocalSingBoxConfig {
|
||||
subscriptionDisplayUrl?: string;
|
||||
hasSubscription: boolean;
|
||||
deviceHwidDisplay?: string;
|
||||
hasDeviceHwid: boolean;
|
||||
selectedServerTag?: string;
|
||||
listenHost: string;
|
||||
listenPort: number;
|
||||
|
||||
Reference in New Issue
Block a user