WireGuard VPN installer for Linux servers. Contribute to Romanoidz/wireguard-install development by creating an account on GitHub.
echo 'Welcome to this WireGuard server installer!' echo 'GitHub: https://github.com/hwdsl2/wireguard-install' echo echo 'I need to ask you a few questions before starting setup.' echo 'You can use the default options and just press enter if you are OK with them.' ...
WireGuard VPN server installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS, Fedora, openSUSE and Raspberry Pi OS - hwdsl2/wireguard-install
WireGuard installer脚本 #!/bin/bash # Secure WireGuard server installer # https://github.com/angristan/wireguard-installRED='\033[0;31m'ORANGE='\033[0;33m'NC='\033[0m'functionisRoot() {if["${EUID}"-ne0];thenecho"You need to run this script as root"exit1fi}functioncheckVirt() {i...
Mirror of https://github.com/hwdsl2/wireguard-install. Please open issues and pull requests there. WireGuard VPN server installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora. shell Bash debian + 7 more 1 Updated 2 weeks ago kubevpn / kubevpn KubeVPN offers a Cloud ...
方法一:使用wget下载 wget https://raw.githubusercontent.com/your_repository/wireguard_installer/main/install_wireguard.sh 方法二:使用curl下载 curl O https://raw.githubusercontent.com/your_repository/wireguard_installer/main/install_wireguard.sh ...
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...
[edit]Reference DD-WRT source:Wireguard changesets DD-WRT forum:Wireguard Wireguard Git Repository WireGuard Mailing Lists Wireguard DD-WRT setup (by wuruxu on Github) Categories:Tunneling|Basic tutorials
# wg-easy github地址 https://github.com/wg-easy/wg-easy # WireGuard 项目地址 https://github.com/WireGuard # WireGuard 项目官网 https://www.wireguard.com/ 2、安装docker # step 1: 安装必要的一些系统工具 sudo yum install -y yum-utils device-mapper-persistent-data lvm2 # Step 2: 添...
So i installed wireguard using this automated installer https://github.com/Nyr/wireguard-install, and now i am trying to make the server more secure by using digitalocean firewall and i do not really know how to configure it,tried to setup DO firewall by only allowing ssh 22 port but aft...