Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS leaks #764

Open
vanodevium opened this issue Nov 29, 2023 · 0 comments
Open

DNS leaks #764

vanodevium opened this issue Nov 29, 2023 · 0 comments

Comments

@vanodevium
Copy link

server 192.168.255.0 255.255.255.0
verb 3
key /etc/openvpn/pki/private/x.x.x.x.key
ca /etc/openvpn/pki/ca.crt
cert /etc/openvpn/pki/issued/x.x.x.x.crt
dh /etc/openvpn/pki/dh.pem
tls-auth /etc/openvpn/pki/ta.key
key-direction 0
keepalive 10 60
persist-key
persist-tun

proto udp
# Rely on Docker to do port mapping, internally always 1194
port 1194
dev tun0
status /tmp/openvpn-status.log

user nobody
group nogroup
comp-lzo no

### Route Configurations Below
route 192.168.254.0 255.255.255.0

### Push Configurations Below
push "dhcp-option DNS 1.1.1.1"
push "dhcp-option DNS 1.0.0.1"
push "comp-lzo no"

I have this configuration but every DNS leak test shows me a DNS leak alert.

Please show me how I can enable security for DNS or fix this problem for different openvpn clients (macos, linux).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant