Update menu.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 7f60b0b7a0
commit d90228825f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      menu.sh

@ -1123,7 +1123,7 @@ install(){
if [[ $OCTEEP = 1 ]]; then
cat > /etc/wireguard/proxy.conf << EOF
# SelfSecretKey is the secret key of your wireguard peer
SelfSecretKey = $(grep PrivateKey wgcf-profile.conf | cut -d= -f2)
SelfSecretKey = $(grep PrivateKey wgcf-profile.conf | sed "s/PrivateKey = //g")
# SelfEndpoint is the IP of your wireguard peer
SelfEndpoint = 172.16.0.2
# PeerPublicKey is the public key of the wireguard server you want to connect to

Loading…
Cancel
Save