onehalf3570

Results 5 comments of onehalf3570

Oh, I thought that approval means automatic merging and closed this PR, but apparently this is not how the workflow goes - reopening.

> @onehalf3570, can you please rebase this on the latest master or let us know that you don't have available capacity to do that? Yep, will do.

> If you are okay with any/all lookups going through your VPN's internal DNS servers, then you may not want to use `vpn-slice` at all. man_shrugging Actually, having lookups go...

Ok, so the dnsmasq and resolvconf parts turned out to be pretty straightforward: $cat /etc/resolvconf.conf resolv_conf=/etc/resolv.conf name_servers=127.0.0.1 dnsmasq_conf=/etc/dnsmasq-conf.conf dnsmasq_resolv=/etc/dnsmasq-resolv.conf private_interfaces="tun0" $cat /etc/dnsmasq.conf resolv-file=/etc/dnsmasq-resolv.conf interface=lo no-dhcp-interface=lo bind-interfaces conf-file=/etc/dnsmasq-conf.conf at the moment...

PR with the Linux support https://github.com/dlenski/vpn-slice/pull/78