The process of skipping ChatGPT from WireGuard or OpenVPN on Linux

The logic is simple. Find the chat.openai.com IP address and set the routing policy to skip the VPN interface. By default, WireGuard or OpenVPN will route all traffic through the VPN interface, but I will set the metric lower than the WireGuard or OpenVPN interface and route chat.openai.com traffic directly through my router instead of the VPN…

WireGuard Unauthorized Guide: Detailed Explanation of WireGuard Setup and Configuration

1. Get Started Quickly If you want to do your job well, you must first sharpen your tools! The general process of configuring WireGuard is as follows: Preparation Check the current kernel version Upgrade the system kernel Install the EPEL repository on CentOS 8.x EPEL stands for "Extra Packages for Enterprise Linux". It is a free and open source repository of additional software packages that can be used on CentOS…

WireGuard: A new generation of kernel-level virtual network artifact

What is WireGuard WireGuard is an easy to configure, fast and secure open source VPN that leverages the latest encryption technologies. The goal is to provide a faster, simpler, leaner universal VPN that can be easily deployed on low-end devices like Raspberry Pi to high-end servers. Most other solutions like IPsec and OpenVPN were developed decades ago. Security…