mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-06 13:27:37 +03:00
refactor: DNS
This commit is contained in:
parent
8bc14592d7
commit
364a055f77
84 changed files with 4121 additions and 1735 deletions
|
@ -2,4 +2,11 @@
|
|||
|
||||
package include
|
||||
|
||||
import _ "github.com/sagernet/sing-box/transport/dhcp"
|
||||
import (
|
||||
"github.com/sagernet/sing-box/dns"
|
||||
"github.com/sagernet/sing-box/dns/transport/dhcp"
|
||||
)
|
||||
|
||||
func registerDHCPTransport(registry *dns.TransportRegistry) {
|
||||
dhcp.RegisterTransport(registry)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue