mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
refactor: DNS
This commit is contained in:
parent
f4c29840c3
commit
0415782b2d
89 changed files with 4794 additions and 1733 deletions
|
@ -6,6 +6,7 @@ import (
|
|||
)
|
||||
|
||||
type PlatformInterface interface {
|
||||
LocalDNSTransport() LocalDNSTransport
|
||||
UsePlatformAutoDetectInterfaceControl() bool
|
||||
AutoDetectInterfaceControl(fd int32) error
|
||||
OpenTun(options TunOptions) (int32, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue