Browse Source

DNS over QUIC (direct)

77-QiQi 1 year ago
parent
commit
632c1cc224
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/appprofile.example.php

+ 2 - 2
config/appprofile.example.php

@@ -53,12 +53,12 @@ $_ENV['SingBox_Config'] = [
         'servers' => [
         'servers' => [
             [
             [
                 'tag' => 'proxy',
                 'tag' => 'proxy',
-                'address' => 'tls://1.1.1.1/',
+                'address' => 'tls://1.1.1.1',
                 'detour' => 'select',
                 'detour' => 'select',
             ],
             ],
             [
             [
                 'tag' => 'local',
                 'tag' => 'local',
-                'address' => 'h3://223.5.5.5/dns-query',
+                'address' => 'quic://223.5.5.5',
                 'detour' => 'direct',
                 'detour' => 'direct',
             ],
             ],
             [
             [