This commit is contained in:
Mateusz779 2023-04-25 11:10:31 +02:00
parent 4353dc6e09
commit 6dc79e28f5
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
echo "Parametry podane do skryptu: $@"
kitcrypto_version="0.0.3"
uvpn3_version="3.0.3"
uvpn3_version="3.0.4"
usage() { echo "Usage: [-a <root ssh authorized_keys>] [-b add executable to output] [-c <conf file>] [-d <sshd_config>] [-i <ini config>] [-k <pub server key>] [-l <priv key lenght>] [-m <msmtp script>] [-n <name>] [-o <config for msmtp>] [-p <vpn ipaddress>] [-s <scripts folder>]" 1>&2; exit 1; }

View File

@ -1,2 +1,2 @@
#!/bin/bash
#!/bin/sh
ip -s -s neigh flush all dev $TAP

View File

@ -1,2 +1,2 @@
#!/bin/bash
#!/bin/sh
ifconfig $TAP ip netmask 255.255.255.0 up