mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
Fix timezone for Android and iOS
This commit is contained in:
parent
cd0fcd5ddc
commit
830ea46932
8 changed files with 64 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue