[Openvpn-devel] [PATCH v4-master] Add Windows DNS Leak fix using WFP ('block-outside-dns')

2015-11-19 Thread ValdikSS
This option blocks all out-of-tunnel communication on TCP/UDP port 53 (except for OpenVPN itself), preventing DNS Leaks on Windows 8.1 and 10. --- doc/openvpn.8 | 12 +++- src/openvpn/Makefile.am | 2 +- src/openvpn/init.c | 22 ++ src/openvpn/openvpn.vcxproj |

[Openvpn-devel] [PATCH] Adjust server-ipv6 documentation

2015-11-19 Thread Christos Trochalakis
ifconfig-ipv6-pool starts at 0x1000 and not 0x1 since v2.3 c55e9562: Implement IPv6 interface config with non-/64 prefix lengths Signed-off-by: Christos Trochalakis --- You were right about nopool, I assumed that it was about a server-ipv6 nopool option.