Centos one-click installation of wireguard
Recently a certain scientific internet tool has been blocked so much that it is rumored to have been accurately identified. The good thing is that the blocking measures have now been changed from the previous direct IP blocking to TCP blocking. So the new scientific approach might consider going UDP protocol. wireguard is such a UDP scientific internet wizard. The only drawback at the moment is that PAC mode is not supported.
One-click installation (for Centos only).
wget https://raw.githubusercontent.com/mn-s/wireguard/master/wireguard_install.sh && chmod +x wireguard_install.sh && ./wireguard_install.sh
1 | wget https://raw.githubusercontent.com/mn-s/wireguard/master/wireguard_install.sh && chmod +x wireguard_install.sh && ./wireguard_install.sh |
---|