mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-06 05:17:37 +03:00
refactor: DNS
This commit is contained in:
parent
4f3ee61104
commit
ccd3de39eb
89 changed files with 4792 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