Expose dev subscription headers without HWID
This commit is contained in:
@@ -80,6 +80,16 @@ export interface LocalSingBoxStatusResponse {
|
||||
component: ComponentStatus;
|
||||
generatedConfigPath: string;
|
||||
lanListenHost?: string;
|
||||
subscriptionIdentity?: SubscriptionRequestIdentity;
|
||||
}
|
||||
|
||||
export interface SubscriptionRequestIdentity {
|
||||
headers: SubscriptionRequestHeader[];
|
||||
}
|
||||
|
||||
export interface SubscriptionRequestHeader {
|
||||
name: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
export interface PingServerResponse {
|
||||
|
||||
Reference in New Issue
Block a user