wireguard-ui/model
Ioannis Dressos 06b3df4586
Add configurable config file permissions (default 0600)
The generated WireGuard config contains the server private key and client
preshared keys, so it is now written with mode 0600 by default instead of
inheriting a umask-dependent (often world-readable) mode. The mode is
configurable via the global settings UI or WGUI_CONFIG_FILE_MODE. The file is
still written in place so the container inotify restart watch keeps working.
2026-07-08 12:32:24 +03:00
..
client.go Support for notes about clients (#527) 2024-01-09 21:03:27 +01:00
client_defaults.go Update readme and code comments (#272) 2022-12-13 22:44:11 +01:00
misc.go Show apply config button only when needed (#292) 2023-03-15 21:15:41 +01:00
server.go Make Interface PreDown setting. (#480) 2023-12-25 20:23:51 +01:00
setting.go Add configurable config file permissions (default 0600) 2026-07-08 12:32:24 +03:00
user.go User management panel (#289) 2023-03-15 21:13:53 +01:00
wake_on_lan_host.go fix: add basic server-side input validation (#435) 2023-12-25 20:07:47 +01:00