DNS Response Substitution [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:dpi:dpi_options:dns_substitution [2024/09/26 15:29] – created - external edit 127.0.0.1en:dpi:dpi_options:dns_substitution [2025/01/17 07:45] (current) – [Configuration] elena.krasnobryzh
Line 1: Line 1:
-{{indexmenu_n>15}}+{{tag>Services "Service 19" "DNS Spoofing" "DNS Response Substitution"}} 
 +{{indexmenu_n>16}}
 ====== DNS Response Substitution ====== ====== DNS Response Substitution ======
 ===== Purpose ===== ===== Purpose =====
Line 14: Line 15:
 ===== Configuration ===== ===== Configuration =====
   - Create a text file and add DNS substitution rules to it by specifying the domain name, DNS record type, and the IP address that will be returned in the response for that domain. Wildcard (*) for domains is supported.\\ Supported DNS record types:   - Create a text file and add DNS substitution rules to it by specifying the domain name, DNS record type, and the IP address that will be returned in the response for that domain. Wildcard (*) for domains is supported.\\ Supported DNS record types:
-    * A — IPv4 address; +    * A — IPv4 address (length is 32 bits)
-    * AAAA — IPv6 address.<code bash>vi test.txt+    * AAAA — IPv6 address (length is 128 bits).<code bash>vi test.txt
 google.com A 192.0.2.1 google.com A 192.0.2.1
 example.com AAAA 2001:db8:85a3::8a2e:370:7334 example.com AAAA 2001:db8:85a3::8a2e:370:7334