mirror of
https://github.com/pcvolkmer/docker-wireguard-boringtun.git
synced 2025-04-19 13:26:50 +00:00
7 lines
223 B
Bash
Executable File
7 lines
223 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Configurations - sorted by creation date"
|
|
echo
|
|
echo "Server"
|
|
cat "$DEVICE.conf" | grep -e "# Client" -e "# <-" | grep -a "#" | sed "s/# //" | sed "s/<- //" | sed "s/\(.*\)\([0-9]\{4\}\)/Created: \1\2\n/"
|