0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-18 14:19:48 +03:00

Merge branch 'dns' into dns-geo

This commit is contained in:
秋のかえで
2021-04-07 23:17:59 +08:00
35 changed files with 458 additions and 180 deletions

View File

@ -38,7 +38,7 @@ func NewExisted(b []byte) *Buffer {
oLen := len(b)
if oLen < Size {
b = append(b, make([]byte, Size-oLen)...)
b = b[:Size]
}
return &Buffer{