DNSAgent icon indicating copy to clipboard operation
DNSAgent copied to clipboard

Doesn't work at all

Open mokhosh opened this issue 8 years ago • 3 comments

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.

[
    {
        "Pattern": "^(.*\\.)?example\\.me$",
        "Address": "127.0.0.1"
    }
]

{
    "HideOnStart": false,
    "ListenOn": "127.0.0.1:53, [::1]",
    "DefaultNameServer": "119.29.29.29",
    "UseHttpQuery": true,
    "QueryTimeout": 4000,
    "CompressionMutation": false,
    "CacheResponse": false,
    "CacheAge": 86400,
    "NetworkWhitelist": null
}

mokhosh avatar Jan 10 '18 13:01 mokhosh

Same here, any solution? I'm using W10

d8vjork avatar Mar 05 '18 09:03 d8vjork

Did you change your dns settings?

image

odinti avatar Apr 19 '18 00:04 odinti

If you in ipv6 network, you need to set your dns to ::1

image

jk2K avatar Dec 01 '18 04:12 jk2K