Re: WireGuard macOS App doesn't set system default DNS

2020-08-06 Thread Shulhan
s manually in "Advanced" section? If yes, try to clear it. I use macOS too and everything works fine. Did the DNS server 10.136.16.2 is the same VM as WireGuard server? If it's in the same VM, maybe you can try the IP address of server peer instead of IP internal of VM. I hope that give some hints. Regards, Shulhan

Re: dns wireguard

2020-12-04 Thread Shulhan
> On 3 Dec 2020, at 23.25, Esteban wrote: > > Hello, I take the liberty to contact you, I have a huge bug, and it's not me > who is at fault, I prefer to specify it, some friends have exactly the same > bug as me. > I like wireguard because it's very easy to connect on several tunnels > sim

Re: error - ? - Address already in use

2022-04-13 Thread Shulhan
ss. You may check using `wg show` to see the active endpoint or other net tools like `ip` or `ifconfig` to list of active net devices. -- { "github":"github.com/shuLhan", "site":"kilabit.info" } pgp5C1Y8F_AA8.pgp Description: OpenPGP digital signature

Re: wireguard-go on MACos

2022-09-19 Thread Shulhan
;server" peer at 10.8.0.1 and set the DNS option on each "client" peer to that address [Interface] ... DNS = 10.8.0.1 With this mode, client does not need to install or setup anything except the WireGuard application. [1] https://kilabit.info/project/rescached