[out] remove proxy from direct

This commit is contained in:
Alireza Ahmadi
2024-06-08 19:38:24 +02:00
parent 16203fdece
commit 17f1126c23
7 changed files with 0 additions and 16 deletions
-1
View File
@@ -57,7 +57,6 @@ export interface WgPeer {
export interface Direct extends OutboundBasics, Dial {
override_address?: string
override_port?: number
proxy_protocol?: 0 | 1 | 2
}
export interface Block extends OutboundBasics {}