mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Add DHCP DNS server support
This commit is contained in:
parent
df3a982141
commit
7ea9d48987
12 changed files with 427 additions and 38 deletions
8
constant/dhcp.go
Normal file
8
constant/dhcp.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package constant
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
DHCPTTL = time.Hour
|
||||
DHCPTimeout = time.Minute
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue