From 7d3743100d32e8c38f45dfabb6ae13861078611d Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Mon, 15 Mar 2021 11:03:49 -0700 Subject: [PATCH] changed name from wireguard-stack to vpn-stack --- README.md | 2 +- wg-client-add.sh | 4 ++-- wg-client-create-zip.sh | 4 ++-- wg-client-del.sh | 4 ++-- wg-client-disable.sh | 4 ++-- wg-client-enable.sh | 4 ++-- wg-client-qr-create-png.sh | 4 ++-- wg-client-qr-display.sh | 4 ++-- wg-cron.sh | 4 ++-- wg-install.sh | 4 ++-- wg-peer-audit.sh | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 7464d61..7642935 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# wireguard-stack +# vpn-stack A set of bash scripts for installing and managing a WireGuard VPN server. diff --git a/wg-client-add.sh b/wg-client-add.sh index 6fb3904..9710b50 100755 --- a/wg-client-add.sh +++ b/wg-client-add.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# wireguard-stack +# vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. -# https://git.stack-source.com/msb/wireguard-stack +# https://git.stack-source.com/msb/vpn-stack # MIT License Copyright (c) 2021 Matthew Saunders Brown # require root diff --git a/wg-client-create-zip.sh b/wg-client-create-zip.sh index be9412f..54a2652 100755 --- a/wg-client-create-zip.sh +++ b/wg-client-create-zip.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# wireguard-stack +# vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. -# https://git.stack-source.com/msb/wireguard-stack +# https://git.stack-source.com/msb/vpn-stack # MIT License Copyright (c) 2021 Matthew Saunders Brown # require root diff --git a/wg-client-del.sh b/wg-client-del.sh index f13b04e..11fa3ca 100755 --- a/wg-client-del.sh +++ b/wg-client-del.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# wireguard-stack +# vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. -# https://git.stack-source.com/msb/wireguard-stack +# https://git.stack-source.com/msb/vpn-stack # MIT License Copyright (c) 2021 Matthew Saunders Brown # require root diff --git a/wg-client-disable.sh b/wg-client-disable.sh index 474fdb8..eff07da 100755 --- a/wg-client-disable.sh +++ b/wg-client-disable.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# wireguard-stack +# vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. -# https://git.stack-source.com/msb/wireguard-stack +# https://git.stack-source.com/msb/vpn-stack # MIT License Copyright (c) 2021 Matthew Saunders Brown # require root diff --git a/wg-client-enable.sh b/wg-client-enable.sh index 5ad6fbe..012cfbb 100755 --- a/wg-client-enable.sh +++ b/wg-client-enable.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# wireguard-stack +# vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. -# https://git.stack-source.com/msb/wireguard-stack +# https://git.stack-source.com/msb/vpn-stack # MIT License Copyright (c) 2021 Matthew Saunders Brown # require root diff --git a/wg-client-qr-create-png.sh b/wg-client-qr-create-png.sh index 599f98d..7ca15f4 100755 --- a/wg-client-qr-create-png.sh +++ b/wg-client-qr-create-png.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# wireguard-stack +# vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. -# https://git.stack-source.com/msb/wireguard-stack +# https://git.stack-source.com/msb/vpn-stack # MIT License Copyright (c) 2021 Matthew Saunders Brown # require root diff --git a/wg-client-qr-display.sh b/wg-client-qr-display.sh index ad5653d..852c24d 100755 --- a/wg-client-qr-display.sh +++ b/wg-client-qr-display.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# wireguard-stack +# vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. -# https://git.stack-source.com/msb/wireguard-stack +# https://git.stack-source.com/msb/vpn-stack # MIT License Copyright (c) 2021 Matthew Saunders Brown # require root diff --git a/wg-cron.sh b/wg-cron.sh index 3f9105f..914ba6a 100755 --- a/wg-cron.sh +++ b/wg-cron.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# wireguard-stack +# vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. -# https://git.stack-source.com/msb/wireguard-stack +# https://git.stack-source.com/msb/vpn-stack # MIT License Copyright (c) 2021 Matthew Saunders Brown # # wg-cron.sh diff --git a/wg-install.sh b/wg-install.sh index cceaa2f..18aa51c 100755 --- a/wg-install.sh +++ b/wg-install.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# wireguard-stack +# vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. -# https://git.stack-source.com/msb/wireguard-stack +# https://git.stack-source.com/msb/vpn-stack # MIT License Copyright (c) 2021 Matthew Saunders Brown # # wireguard installer for Ubuntu 20.04 diff --git a/wg-peer-audit.sh b/wg-peer-audit.sh index 738e611..c2c7c9c 100755 --- a/wg-peer-audit.sh +++ b/wg-peer-audit.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# wireguard-stack +# vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. -# https://git.stack-source.com/msb/wireguard-stack +# https://git.stack-source.com/msb/vpn-stack # MIT License Copyright (c) 2021 Matthew Saunders Brown # # wg-peer-audit.sh