Add dns reverse mapping

This commit is contained in:
世界
2023-03-23 19:08:48 +08:00
parent c74d3a53d4
commit 52b776b561
5 changed files with 68 additions and 7 deletions

View File

@@ -10,7 +10,8 @@
"final": "",
"strategy": "",
"disable_cache": false,
"disable_expire": false
"disable_expire": false,
"reverse_mapping": false
}
}
@@ -43,4 +44,10 @@ Disable dns cache.
#### disable_expire
Disable dns cache expire.
Disable dns cache expire.
#### reverse_mapping
Stores a reverse mapping of IP addresses after responding to a DNS query in order to provide domain names when routing.
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.