Revert "Stop using DHCP on iOS and tvOS"

This commit is contained in:
世界
2026-01-17 05:47:32 +08:00
parent 5bc0dfa9dd
commit a930356b04
4 changed files with 36 additions and 33 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ import "time"
const (
DHCPTTL = time.Hour
DHCPTimeout = time.Minute
DHCPTimeout = 5 * time.Second
)