Last active 1 month ago

nuno revised this gist 1 month ago. Go to revision

1 file changed, 37 insertions

gistfile1.txt(file created)

@@ -0,0 +1,37 @@
1 + root@wireguard:/etc/wireguard# wgctl list
2 + test
3 + KEY='DATE_FORMAT' VALUE='eu'
4 + => DEBUG: πŸ” config: setting date format to eu
5 + DEBUG fmt::set_date_format called with: eu
6 + DEBUG FMT_DATETIME now: %d/%m/%Y %H:%M
7 + DEBUG fmt::set_date_format called with: eu
8 + DEBUG FMT_DATETIME now: %d/%m/%Y %H:%M
9 +
10 + ────────────────────────────────────────────────
11 + WireGuard Clients
12 + ────────────────────────────────────────────────
13 +
14 + NAME IP TYPE RULE GROUP STATUS LAST SEEN
15 + ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
16 + desktop-roboclean 10.1.1.3 desktop user β€” offline 1778535874 (handshake)
17 + desktop-test 10.1.1.1 desktop user β€” offline β€”
18 + desktop-test1 10.1.1.2 desktop user β€” offline β€”
19 + guest-test 10.1.103.1 guest/phone guest β€” offline β€”
20 + guest-test2 10.1.103.2 guest/phone guest β€” offline β€”
21 + guest-test3 10.1.103.3 guest/phone guest β€” offline β€”
22 + guest-test4 10.1.100.1 guest guest β€” offline β€”
23 + guest-zephyr-test 10.1.104.1 guest/tablet moonlight-02 β€” offline 1778535967 (handshake)
24 + guest-zephyr 10.1.101.1 guest/desktop moonlight-02 arctic offline 1778532726 (handshake)
25 + laptop-nuno 10.1.2.1 laptop admin β€” offline β€”
26 + laptop-test 10.1.2.2 laptop user β€” offline β€”
27 + laptop-test1 10.1.2.3 laptop user β€” offline β€”
28 + phone-fred 10.1.3.3 phone user β€” offline 1778452772 (handshake)
29 + phone-helena 10.1.3.4 phone user family online 1778537049 (handshake)
30 + phone-luis 10.1.3.2 phone user β€” offline β€”
31 + phone-nuno 10.1.3.1 phone admin family online 1778537086 (handshake)
32 + phone-test 10.1.3.5 phone user test offline (blocked) β€”
33 + phone-test1 10.1.3.6 phone user test offline (blocked) β€”
34 + tablet-nuno 10.1.4.1 tablet user family offline β€”
35 + ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
36 +
37 + Showing 19 peers [2 moonlight-02, 2 admin, 11 user, 4 guest] β€” 1 in arctic, 13 in β€”, 2 in test, 3 in family
Newer Older