mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-09 22:42:09 +08:00
26 lines
617 B
INI
26 lines
617 B
INI
[A] # Queries for IPv4 address records
|
|
*.thesprawl.org=192.0.2.1
|
|
|
|
[AAAA] # Queries for IPv6 address records
|
|
*.thesprawl.org=2001:db8::1
|
|
|
|
[MX] # Queries for mail server records
|
|
*.thesprawl.org=mail.fake.com
|
|
|
|
[NS] # Queries for mail server records
|
|
*.thesprawl.org=ns.fake.com
|
|
|
|
[CNAME] # Queries for alias records
|
|
*.thesprawl.org=www.fake.com
|
|
|
|
[TXT] # Queries for text records
|
|
*.thesprawl.org=fake message
|
|
|
|
[PTR]
|
|
*.2.0.192.in-addr.arpa=fake.com
|
|
|
|
[SOA]
|
|
*.thesprawl.org=ns.fake.com. hostmaster.fake.com. 1 10800 3600 604800 3600
|
|
|
|
[NAPTR]
|
|
*.thesprawl.org=100 10 U E2U+sip !^.*$!sip:customer-service@fake.com! . |