Skip to content
View nelisgz's full-sized avatar
Block or Report

Block or report nelisgz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Shell script to restrict WireGuard p... Shell script to restrict WireGuard peers to certain IPs (PostUp)
    1
    #!/bin/bash
    2
    
                  
    3
    # USAGE:
    4
    # Place the add + remove shell scripts in /etc/wireguard folder
    5
    # Edit wg0.conf:
  2. Shell script to remove previously ad... Shell script to remove previously added peers to IP restrictions in WireGuard interface (PostDown)
    1
    #!/bin/bash
    2
    
                  
    3
    # first argument: peers delimited by spaces
    4
    peers=$1
    5
    # split string on spaces to array and dont output to shell