Goal:
Only allow networks that fall under the ban through a VPN, the rest should go directly. The convenience of connecting devices, cross-platform, speed and security are also important.
All steps were performed on CentOS 7.
Install the EPEL repository if it is not already in the system and install the necessary packages:
yum install epel-release -y yum install openvpn easy-rsa -y
Create a configuration file:
vim /etc/openvpn/server.conf
Continue reading "OpenVPN – Selective traffic (mail.ru, yandex.ru, vk.com, ok.ru, kaspersky.ru)"