diff --git a/dsnet/etc/dsnetconfig.json b/dsnet/etc/dsnetconfig.json deleted file mode 100644 index c6cc5f4..0000000 --- a/dsnet/etc/dsnetconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "ExternalHostname": "wvr.sh", - "ExternalIP": "PUBLIC_IP_GOES_HERE", - "ExternalIP6": "", - "ListenPort": 51337, - "Domain": "local.wvr.sh", - "InterfaceName": "dsnet", - "Network": "AAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "Network6": "AAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "IP": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "IP6": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "DNS": "192.168.100.200", - "Networks": [""], - "PrivateKey": "PRIVATE_GENERATED_KEY_GOES_HERE", - "PostUp": "", - "PostDown": "", - "Peers": [], - "PersistentKeepalive": 25, - "MTU": 1420 -} diff --git a/pihole/restart-pihole.sh b/pihole/restart-pihole.sh new file mode 100755 index 0000000..9a30556 --- /dev/null +++ b/pihole/restart-pihole.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +rc-service pihole-FTL restart + diff --git a/dsnet/etc/sysctl.conf b/proxmox/etc/sysctl.conf similarity index 100% rename from dsnet/etc/sysctl.conf rename to proxmox/etc/sysctl.conf