not work anything :/
Closed this issue · 1 comments
Morrigan-Ship commented
not work for me runned as administrator on windows
how it work?
radioactiveAHM commented
First, make sure config.json
and DnsSafeguard.exe
are in the same directory (folder). Then, use this in the config file:
{
"protocol":"h2",
"server_name": "dns.google",
"socket_addrs": "8.8.8.8:443",
"udp_socket_addrs": "127.0.0.1:53",
"fragmenting": {
"enable": true,
"method": "single"
},
"ipv6": {
"enable": false,
"protocol":"h1",
"server_name": "dns.google",
"socket_addrs": "[2001:4860:4860::8888]:443",
"udp_socket_addrs": "[::1]:53",
"fragmenting": {
"enable": true,
"method": "single"
}
},
"quic":{
"congestion_controller": "bbr",
"keep_alive_interval": 5,
"datagram_receive_buffer_size": 16777216,
"datagram_send_buffer_size": 8388608
},
"connections": 3
}
Then, run DnsSafeguard.exe
and wait until you get the H2 Connection Established
message. Finally, set up your Windows DNS IP to 127.0.0.1.