Browse Source

:sparkles: 默认关闭 IPv6

Mizore 1 year ago
parent
commit
303ec010ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/main.lua

+ 1 - 1
script/main.lua

@@ -23,7 +23,7 @@ socket.setDNS(nil, 2, "223.5.5.5")
 mobile.setAuto(1000 * 10)
 
 -- 开启 IPv6
-mobile.ipv6(true)
+-- mobile.ipv6(true)
 
 -- POWERKEY
 local button_last_press_time, button_last_release_time = 0, 0