最后活跃于 1 month ago

nuno 修订了这个 Gist 1 month ago. 转到此修订

1 file changed, 76 insertions

gistfile1.txt(文件已创建)

@@ -0,0 +1,76 @@
1 + root@wireguard:/etc/wireguard# wgctl rule list --tree --base
2 +
3 + ────────────────────────────────────────────────
4 + Firewall Rules
5 + ────────────────────────────────────────────────
6 +
7 + NAME DESCRIPTION ALLOWS BLOCKS PEERS
8 + ────────────────────────────────────────────────────────────────────────────────────────
9 +
10 + ▸ Users
11 + helena — 0 3 0 peers
12 + ↳ no-admin
13 + ↳ no-proxmox
14 + ↳ no-nginx
15 + ↳ no-truenas
16 + ↳ no-nginx
17 +
18 + luis — 0 3 0 peers
19 + ↳ no-admin
20 + ↳ no-proxmox
21 + ↳ no-nginx
22 + ↳ no-truenas
23 + ↳ no-nginx
24 +
25 + nuno — 0 0 0 peers
26 + ↳ admin
27 + root@wireguard:/etc/wireguard# wgctl rule list --base
28 +
29 + ────────────────────────────────────────────────
30 + Firewall Rules
31 + ────────────────────────────────────────────────
32 +
33 + NAME DESCRIPTION ALLOWS BLOCKS PEERS
34 + ────────────────────────────────────────────────────────────────────────────────────────
35 +
36 + ▸ Users
37 + helena — 0 3 0 peers
38 + ↳ no-admin
39 +
40 + luis — 0 3 0 peers
41 + ↳ no-admin
42 +
43 + nuno — 0 0 0 peers
44 + ↳ admin
45 +
46 + zephyr — 3 2 0 peers
47 + ↳ moonlight-02
48 + ↳ dns-restricted
49 +
50 +
51 + ▸ VM Rules
52 + moonlight-02 Moonlight-02 - Access to VM 1 1 2 peers
53 + ↳ no-lan
54 +
55 +
56 + admin Full access 0 0 2 peers
57 + dev-01 Development VM - Blocks rest of LAN 1 1 0 peers
58 + guest Guest access - blocks sensitive ser... 2 7 4 peers
59 + user Standard user - blocks admin UIs 2 6 11 peers
60 + ↳ no-proxmox
61 + ↳ dns-restricted
62 +
63 +
64 + ── Base Rules ──────────────────────────────────────────────────────────────────────────
65 + dns-restricted Restricted DNS 2 1 0 peers
66 + no-admin Blocks admin access 0 3 0 peers
67 + ↳ no-proxmox
68 + ↳ no-truenas
69 +
70 + no-lan Blocks LAN 0 1 0 peers
71 + no-nginx Restricts access to NPM 0 1 0 peers
72 + no-proxmox Restricts access to Proxmox 0 2 0 peers
73 + ↳ no-nginx
74 +
75 + no-truenas Restricts access to TrueNAS 0 2 0 peers
76 + ↳ no-nginx
上一页 下一页