wg-gen-web
wg-gen-web copied to clipboard
Simple Web based configuration generator for WireGuard
It is sometimes practical to provide a configuration that is bound in time, i.e. disabled or deleted after a specific date. Would it be possible to add such a feature...
time="2021-04-10T10:15:53Z" level=error msg="failed to send email to client" err="x509: certificate relies on legacy Common Name field, use SANs or temporarily enable Common Name matching with GODEBUG=x509ignoreCN=0"
As the wg-quick manual say, DNS can contain `non-IP hostnames`: > DNS — a comma-separated list of IP (v4 or v6) addresses to be set as the interface's DNS servers,...
Thanks very much for your project, seems like a really nice tool. Just letting you know that clicking anything on your heimdall page just redirects back to itself. I'm not...
[root@vultr ~]# docker run --rm -it -v /tmp/wireguard:/data -p 8080:8080 -e "WG_CONF_DIR=/data" vx3r/wg-gen-web:latest INFO[0000] Starting Wg Gen Web version: 0bf3c68 FATA[0000] server.json doesnt not exists and can not read it...
I would like to manage remote wireguard installs without having to copy the wireguard config files there and reloading wg. wg-api seems to be a perfect fit for this usecase...
Hi I was testing ur platform I came across an issue when connecting to my email server. it has connection security — SSL and I am not sure if this...
Any way to assign a key in docker-compose?
Hi! I'm hosting my own mailserver with whitelist for relaying mails. The enviroment in docker-compose.yml looks like this: environment: - WG_CONF_DIR=/data - WG_INTERFACE_NAME=wg0.conf - SMTP_HOST=mailserver.internal - SMTP_PORT=25 - SMTP_FROM=WgGenWeb Following...
Hi, I m not able to set custom allowed IP for some peers. Also when I use apply global client config, it make changes to old peers as well as...