Skip to content

Instantly share code, notes, and snippets.

@researcx
Created March 12, 2023 08:04
Show Gist options
  • Save researcx/0eb9a83e92417681c018a1a3e5dddc41 to your computer and use it in GitHub Desktop.
Save researcx/0eb9a83e92417681c018a1a3e5dddc41 to your computer and use it in GitHub Desktop.
angristan openvpn dns resolution fix on certain servers
# changes the systemd service to load the openvpn iptables rules after the network has come up
sed -i "s|Before|After|i" /etc/systemd/system/iptables-openvpn.service
systemctl daemon-reload
systemctl restart iptables-openvpn.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment