mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-05-13 13:57:05 +00:00
8 lines
99 B
Go
8 lines
99 B
Go
package constant
|
|
|
|
import "time"
|
|
|
|
const (
|
|
DHCPTTL = time.Hour
|
|
DHCPTimeout = 5 * time.Second
|
|
)
|