We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You guide is amazing.
A tangential question, can we route specific traffic through Wireguard?
For instance, I want want to limit the VPN connection to only serve DNS queries and leave all other client alone.
This would be OpenVPN's push "dhcp-option DNS <IP>" as the only push directive in server.conf.
push "dhcp-option DNS <IP>"
server.conf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You guide is amazing.
A tangential question, can we route specific traffic through Wireguard?
For instance, I want want to limit the VPN connection to only serve DNS queries and leave all other client alone.
This would be OpenVPN's
push "dhcp-option DNS <IP>"
as the only push directive inserver.conf
.The text was updated successfully, but these errors were encountered: