This commit is contained in:
2022-11-17 01:12:52 -08:00
parent 65d134c4ff
commit b55882ecde
12 changed files with 413 additions and 38 deletions

View File

@@ -11,4 +11,5 @@ for LINE in $SERVERS ; do
provider="$(echo $LINE | awk -F, '{print $4}')"
short="$(echo $hostname | awk -F'-' '{print $1}')"
echo mv mullvad-$short.conf $short-$city-$provider.conf
echo mv $short-wireguard.conf $short-$city-$provider.conf
done