Projects STRLCPY sing-box Commits 1353a432
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    docs/configuration/dns/index.md
    skipped 9 lines
    10 10   "final": "",
    11 11   "strategy": "",
    12 12   "disable_cache": false,
    13  - "disable_expire": false
     13 + "disable_expire": false,
     14 + "reverse_mapping": false
    14 15   }
    15 16  }
    16 17   
    skipped 27 lines
    44 45  #### disable_expire
    45 46   
    46 47  Disable dns cache expire.
     48 + 
     49 +#### reverse_mapping
     50 + 
     51 +Stores a reverse mapping of IP addresses after responding to a DNS query in order to provide domain names when routing.
     52 + 
     53 +Since this process relies on the act of resolving domain names by an application before making a request, it can be problematic in environments such as macOS, where DNS is proxied and cached by the system.
     54 + 
  • ■ ■ ■ ■ ■
    docs/configuration/dns/index.zh.md
    skipped 9 lines
    10 10   "final": "",
    11 11   "strategy": "",
    12 12   "disable_cache": false,
    13  - "disable_expire": false
     13 + "disable_expire": false,
     14 + "reverse_mapping": false
    14 15   }
    15 16  }
    16 17   
    skipped 27 lines
    44 45  #### disable_expire
    45 46   
    46 47  禁用 DNS 缓存过期。
     48 + 
     49 +#### reverse_mapping
     50 + 
     51 +在响应 DNS 查询后存储 IP 地址的反向映射以为路由目的提供域名。
     52 + 
     53 +由于此过程依赖于应用程序在发出请求之前解析域名的行为,因此在 macOS 等 DNS 由系统代理和缓存的环境中可能会出现问题。
     54 + 
Please wait...
Page is in error, reload to recover