Update fakedns.md

pull/690/head
patterniha 2025-06-09 18:25:52 +03:30 committed by GitHub
parent 5507aea29a
commit f0374c2779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ In addition, you need to enable `Sniffing` in the **client** for incoming traffi
```json
"sniffing": {
"enabled": true,
"destOverride": ["fakedns"], // Use "fakedns", or use it with other sniffer, or directly use "fakedns+others".
"destOverride": ["fakedns"], // Use "fakedns", or use it with other sniffer.
"metadataOnly": false // When this item is true, destOverride can only use fakedns.
},
```