-
This commit is contained in:
parent
4353dc6e09
commit
6dc79e28f5
@ -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; }
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
ip -s -s neigh flush all dev $TAP
|
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
ifconfig $TAP ip netmask 255.255.255.0 up
|
Loading…
Reference in New Issue
Block a user