Fix timezone for Android and iOS

This commit is contained in:
世界 2024-01-17 05:48:33 +08:00
parent cd0fcd5ddc
commit 830ea46932
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
8 changed files with 64 additions and 7 deletions

View file

@ -16,8 +16,6 @@ import (
N "github.com/sagernet/sing/common/network"
)
const WithQUIC = false
func init() {
dns.RegisterTransport([]string{"quic", "h3"}, func(name string, ctx context.Context, logger logger.ContextLogger, dialer N.Dialer, link string) (dns.Transport, error) {
return nil, C.ErrQUICNotIncluded