DNSAgent
DNSAgent copied to clipboard
A powerful "hosts" replacement.
I'm opening this issue more as an FYI for someone else who might be experiencing the same issue. DNSAgent seems to be broken by something in the Windows 10 v1903...
I cannot find how to set CNAME record in the examples.
Hello everyone I have a server running locally on port 3000. I am using the following config in rules.cfg file `[ { "Pattern": "^(.*)\\.heyjobs\\.localhost$", "Address": "0.0.0.0" } ]` I have...
Is it safe and fast to run DNSAgent on a centralized server and use it as DNS for local network PC's
My question, is it safe and performs well to run DNSAgent on a Windows Server 2016 at my local network and use it as DNS for all other PC's on...
I downloaded the last version (1.6.5781), changed the options and the rules, and ran the program but i can't access localhost using en.example.me. ```json [ { "Pattern": "^(.*\\.)?example\\.me$", "Address": "127.0.0.1"...
Hi, on my notebook, I have differing network-settings when I login to different WiFi-Networks. So DHCP must be activated for both IP-addresses and DNS-servers. So, I cannot provide DNSAgent with...
Use case: sending only Active Directory requests through a VPN tunnel. Active Directory uses SRV records to direct clients to the kerberos and LDAP services (which aren't necessarily all on...
Both options.cfg and rules.cfg are _standord JSON files_, your can use any of your favorite editors to open them. That should be "**standard JSON files**" If you want to disable...
Like some Unix software, it would be nice to have some preventive "checks" on configuration files at startup or before restarting DNSAgent when running as a service to prevent errors...
I try to double click Install as Service.bat to install DNSAgent as service but I can't found DNSAgent in services management. Then I run commend `DNSAgent.exe --install` in a command...