I installed marades in a Windows 7 machine, I configured it, it can handle internal requests, but not external
marac file
ipv4_bind_addresses = "127.0.0.1" timestamp_type = 2 random_seed_file = "secret.txt" csv2 = {} csv2["myapp.com."] = "db.lan.txt" upstream_servers = {} # Initialize dictionary variable upstream_servers["."] = "8.8.8.8, 8.8.4.4"
db.lan.txt
private.% 192.168.1.21 ~ blog.% 192.168.1.16 ~
For external queries , this gives me the following error
C:\Program Files\maradns-2-0-06-win32>askmara.exe Agoogle.com. # Querying the server with the IP 127.0.0.1 # Remote server said: REFUSED # NS replies: # AR replies:
For internal requests, its operation is terminated, as shown below
C:\Program Files\maradns-2-0-06-win32>askmara.exe Aprivate.myapp.com. # Querying the server with the IP 127.0.0.1 # Question: Aprivate.myapp.com. private.myapp.com. +86400 a 192.168.1.21 # NS replies: #myapp.com. +86400 ns synth-ip-7f000001.myapp.com. # AR replies: #synth-ip-7f000001.myapp.com. +86400 a 127.0.0.1
And when I start the server,, I also get a warning prompt

How to solve this problem.
source share