File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 2
2
<img src="docs/header.png" alt="defguard">
3
3
</p >
4
4
5
- # defguard desktop client
5
+ # Defguard desktop client
6
6
7
7
Desktop client for managing WireGuard VPN connections (any WireGuard server and [ defguard] ( https://github.com/DefGuard/defguard ) instances).
8
8
@@ -53,6 +53,25 @@ Built packages are available after in `src-tauri/target/release/bundle`.
53
53
54
54
Remove ` default-run ` line from ` [package] ` section in ` Cargo.toml ` to build the project.
55
55
56
+ # Known issues
57
+
58
+ ## Failed to bundle project
59
+
60
+ ` pnpm tauri build ` may fail with error: ` Error failed to bundle project: error running appimage.sh ` . To
61
+ fix this set the NO_STRIP environment variable:
62
+
63
+ ```
64
+ NO_STRIP=1 pnpm tauri build
65
+ ```
66
+
67
+ ## Blank screen
68
+
69
+ The app launches but the window is blank. Set the ` WEBKIT_DISABLE_DMABUF_RENDERER ` environment variable:
70
+
71
+ ```
72
+ WEBKIT_DISABLE_DMABUF_RENDERER=1 defguard-client
73
+ ```
74
+
56
75
# Legal
57
76
58
77
- * defguard is not an official WireGuard project, and WireGuard is a registered trademark of Jason A. Donenfeld.*
You can’t perform that action at this time.
0 commit comments