mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-02-20 08:11:20 +00:00
8 lines
95 B
Go
8 lines
95 B
Go
package constant
|
|
|
|
import "time"
|
|
|
|
const (
|
|
DHCPTTL = time.Hour
|
|
DHCPTimeout = time.Minute
|
|
)
|