Add DHCP DNS server support

This commit is contained in:
世界
2023-02-08 16:28:52 +08:00
parent 66f1d43783
commit b4902fe36c
12 changed files with 427 additions and 38 deletions

5
include/dhcp.go Normal file
View File

@@ -0,0 +1,5 @@
//go:build with_dhcp
package include
import _ "github.com/sagernet/sing-box/transport/dhcp"