Removed networkmanager

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-10-30 22:40:43 +02:00
parent f716c3dbb4
commit e6f0add90a
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
5 changed files with 0 additions and 30 deletions

View file

@ -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

View file

@ -1,2 +0,0 @@
[main]
rc-manager=resolvconf

View file

@ -1,4 +0,0 @@
[device]
wifi.backend=iwd
match-device=interface-name:wlp1s0
managed=1

View file

@ -1,6 +0,0 @@
#!/bin/sh
status=$2
case $status in
up)
/usr/bin/tzupdate
esac

View file

@ -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