summaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
authorMatain <[email protected]>2022-11-08 19:28:25 +0800
committerMatain <[email protected]>2022-11-08 19:28:25 +0800
commit93df78f185efe8d0cb07aa75a8cccd38856bf12a (patch)
treec0ff0bb3116e370bfcd1f77fc43663715bc2694c /src/store
parent61afe0a5c6af90685de844e867f52c9c0bb8be05 (diff)
config change
Diffstat (limited to 'src/store')
-rw-r--r--src/store/types.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/store/types.ts b/src/store/types.ts
index 5f02672..a0a72ed 100644
--- a/src/store/types.ts
+++ b/src/store/types.ts
@@ -56,7 +56,8 @@ export type SubscriptionInfo = {
}
export type ProxyItem = {
name: string;
- type: PrimitiveProxyType;
+ type: PrimitiveProxyType;
+ udp?: boolean;
history: LatencyHistory;
all?: string[];
now?: string;