Removed networkmanager
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
016f1f7fe0
commit
b59d2e3bff
5 changed files with 0 additions and 30 deletions
|
@ -1,10 +0,0 @@
|
|||
[Match]
|
||||
Name = wg0
|
||||
|
||||
[Network]
|
||||
Address = 10.0.0.3/32
|
||||
DNS = 10.0.0.1
|
||||
|
||||
[Route]
|
||||
Gateway = 10.0.0.1
|
||||
Destination = 10.0.0.0/24
|
|
@ -1,2 +0,0 @@
|
|||
[main]
|
||||
rc-manager=resolvconf
|
|
@ -1,4 +0,0 @@
|
|||
[device]
|
||||
wifi.backend=iwd
|
||||
match-device=interface-name:wlp1s0
|
||||
managed=1
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
status=$2
|
||||
case $status in
|
||||
up)
|
||||
/usr/bin/tzupdate
|
||||
esac
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/bash
|
||||
if [[ "$2" == "up" ]] || [ "$2" == "vpn-up"]]; then
|
||||
su - reekymarko -c 'ssh -f -N -R 8123:localhost:22 teapot sleep 10'
|
||||
fi
|
||||
|
||||
if [[ "$2" == "down" ]] || [ "$2" == "vpn-up"]];then
|
||||
killall ssh
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue