Restore settings preferences and simplify services editor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { ServiceState } from '../lib/3proxy';
|
||||
|
||||
export type ServiceProtocol = 'socks5' | 'http';
|
||||
export type ServiceCommand = 'socks' | 'proxy' | 'admin';
|
||||
export type ServiceCommand = 'socks' | 'proxy';
|
||||
|
||||
export interface DailyTrafficBucket {
|
||||
day: string;
|
||||
|
||||
Reference in New Issue
Block a user