I’d love to know how to deploy this with WireHole
Wg-access-server: WireGuard VPN server and web UI for device management
21–30 of 35 posts
Re: Wg-access-server: WireGuard VPN server and web UI for device management
#22Much more beautiful imo.
Re: Wg-access-server: WireGuard VPN server and web UI for device management
#23Also check out wg-easy: https://github.com/weejewel/wg-easy . Much more beautiful imo.
Re: Wg-access-server: WireGuard VPN server and web UI for device management
#24This would be great if it automatically generated ` . .search.domain.vpn` DNS names for all of the devices.
Re: Wg-access-server: WireGuard VPN server and web UI for device management
#25Also check out wg-easy: https://github.com/weejewel/wg-easy . Much more beautiful imo.
Re: Wg-access-server: WireGuard VPN server and web UI for device management
#26Also check out wg-easy: https://github.com/weejewel/wg-easy . Much more beautiful imo.
What ? Yeah, no.
edit: or at least it should be opt-in for client
Re: Wg-access-server: WireGuard VPN server and web UI for device management
#27Re: Wg-access-server: WireGuard VPN server and web UI for device management
#28Re: Wg-access-server: WireGuard VPN server and web UI for device management
#29Also check out wg-easy: https://github.com/weejewel/wg-easy . Much more beautiful imo.
> Gravatar support. What ? Yeah, no. edit: or at least it should be opt-in for client
if (client.name.includes('@') && client.name.includes('.')) {
client.avatar = `https://www.gravatar.com/avatar/${md5(client.name)}?d=blank`;Re: Wg-access-server: WireGuard VPN server and web UI for device management
#30Earlier quoted context omitted.
> Gravatar support. What ? Yeah, no. edit: or at least it should be opt-in for client
There's not much to it: if (client.name.includes('@') && client.name.includes('.')) { client.avatar = `https://www.gravatar.com/avatar/${md5(client.name)}?d=blank`;