mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-08 03:59:11 -04:00
remove duplicated address type def
This commit is contained in:
@@ -2,8 +2,4 @@ package encoding
|
||||
|
||||
const (
|
||||
Version = byte(1)
|
||||
|
||||
AddrTypeIPv4 = byte(0x01)
|
||||
AddrTypeIPv6 = byte(0x03)
|
||||
AddrTypeDomain = byte(0x02)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user