mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 21:07:38 +03:00
refactor: DNS
This commit is contained in:
parent
b3ea0bd833
commit
2c648b7fbe
89 changed files with 4792 additions and 1733 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