mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Update wireguard-install.sh
This commit is contained in:
parent
68310eebaf
commit
fb184adafb
1 changed files with 6 additions and 3 deletions
|
@ -100,7 +100,7 @@ else
|
|||
ENDPOINT="$SERVER_PUB_IP:$SERVER_PORT"
|
||||
fi
|
||||
|
||||
function wireguard-install () {
|
||||
function wireguard-install() {
|
||||
# Install WireGuard tools and module
|
||||
if [[ "$OS" = 'ubuntu' ]]; then
|
||||
add-apt-repository ppa:wireguard/wireguard
|
||||
|
@ -183,11 +183,14 @@ esac
|
|||
|
||||
chmod 600 -R /etc/wireguard/
|
||||
|
||||
function forwarding-ip() {
|
||||
# Enable routing on the server
|
||||
echo "net.ipv4.ip_forward = 1
|
||||
net.ipv6.conf.all.forwarding = 1" > /etc/sysctl.d/wg.conf
|
||||
|
||||
sysctl --system
|
||||
}
|
||||
|
||||
forwating-ip
|
||||
|
||||
systemctl start "wg-quick@$SERVER_WG_NIC"
|
||||
systemctl enable "wg-quick@$SERVER_WG_NIC"
|
||||
systemctl start "wg-quick@$SERVER_WG_NIC"
|
||||
|
|
Loading…
Add table
Reference in a new issue