Files
DomainMapper/config.txt
Ground-Zerro 5e1b36a2a6 fix
2024-03-25 02:44:40 +11:00

32 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[DomainMapper]
# Number of scanning threads
# if empty will be used 20 threads (default)
threads = 20
# Output file name
# available options: 'filename', 'full path to the filename', if not specified the default value will be used (domain-ip-resolve.txt)
outfilename = domain-ip-resolve.txt
# Enable cloudflare IP address filtering and not write them to the results file
# available options: 'yes', 'no', if empty will be display an interactive prompt to the user (default)
cloudflare =
# Command for the console after all operations have been completed
# an executable command to run another script, code or program
run = echo "Все будет О'кей!"
[InWork]
# Names of services comma-separated to convert their domain names to IP address
# available options: 'Antifilter community edition', 'Youtube', 'Facebook', 'Openai', 'Tik-Tok', 'Instagram', 'Twitter', 'Netflix', 'Bing', 'Adobe', 'Apple', 'Google', 'Tor-Truckers', 'Search-engines'
# 'all' - to chek all services, if empty will be displayed a request to the user (default)
service = all
# Output file type
# available options: 'ip' or blank - IP address only (default), 'vlsm' - IP/mask, 'win' - "rote add %IP% mask %mask% %gateway%"
type = ip
# Gateway address - used only if option "type" set to 'win'
# if not specified the default value will be used (0.0.0.0.0)
gateway = 0.0.0.0