Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
25% Recurring Discount on NVMe VPS
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
CloudLinux
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to hide dnsleak windows 10 using wireguard?

Hello anyone,

I have wireguard VPN and using it in windows 10, but when i test using whoers.net, my original DNS still appear. It happen when in windows, i try in macos or iphone dns appear dns vpn.

Can you know how to hide dnsleak in windows 10 when using wireguard?

Thanks.

Comments

  • Add an alternative DNS in your .conf file. Like this:

    [Interface]
    Address = x.x.x.x
    DNS = 1.1.1.1, 8.8.8.8
    #DNS = 185.222.222.222
    PrivateKey = yyyyyyyy
    
    Thanked by 1youandri
  • youandriyouandri Member
    edited April 2021

    @hyperblast said:
    Add an alternative DNS in your .conf file. Like this:

    [Interface]
    Address = x.x.x.x
    DNS = 1.1.1.1, 8.8.8.8
    #DNS = 185.222.222.222
    PrivateKey = yyyyyyyy
    

    I have configuration like that except line #DNS.
    Do you mean alternative dns is line #DNS?

    Conf in client or server?

  • tick this option maybe? prntscr.com/119jslm

    Thanked by 1youandri
  • The really depends on how your WG server is set up?

    Thanked by 1youandri
  • @youandri said:

    @hyperblast said:
    Add an alternative DNS in your .conf file. Like this:

    [Interface]
    Address = x.x.x.x
    DNS = 1.1.1.1, 8.8.8.8
    #DNS = 185.222.222.222
    PrivateKey = yyyyyyyy
    

    I have configuration like that except line #DNS.
    Do you mean alternative dns is line #DNS?

    Conf in client or server?

    client

    DNS means not activated

    DNS = 1.1.1.1 (without #; means activated)

    Thanked by 1youandri
  • @youandri said: I have wireguard VPN and using it in windows 10, but when i test using whoers.net, my original DNS still appear.

    I read "when i test using whores.net", then giggled, and then became saddened by the still pubescent nature of my mind. Well, thank you for the ride.

    Thanked by 1youandri
  • @rhinoduck said:

    @youandri said: I have wireguard VPN and using it in windows 10, but when i test using whoers.net, my original DNS still appear.

    I read "when i test using whores.net", then giggled, and then became saddened by the still pubescent nature of my mind. Well, thank you for the ride.

    Sorry for the typo.
    :smiley:

    whoer.net

  • @youandri said: Sorry for the typo.

    No need to apologise for making me laugh :D

  • @antibomb said:
    tick this option maybe? prntscr.com/119jslm

    You're right.
    When i tick this option, original dns not leak.

    But, i can't access local ip.

    Do you know to exclude some local ip?

Sign In or Register to comment.