mirror of
https://github.com/Ground-Zerro/DomainMapper.git
synced 2025-12-10 01:47:18 +07:00
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
[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
|
||
|