Creating a wg-easy client await wgEasy.create('newClient'); /*{ id: '721f6ac2-ab4f-2fz2-v1b4-2gtc93462099', name: 'newClient', enabled: true, address: '10.8.0.1', publicKey: 'a2DdjFEO6fcs4fBGbyNlcaczF2trFkCpjFELcc71Cz0=', createdAt: '2023-07-18T00:00:00.000Z', updatedAt: ...
api-client raama_r •1.1.1•20 days ago•0dependents•MITpublished version1.1.1,20 days ago0dependentslicensed under $MIT 710 wg-easy-wrapper Convenient Node module for interacting with the wg-easy API wg wg-easy wireguard api
# wg-easy github地址 https://github.com/wg-easy/wg-easy # WireGuard 项目地址 https://github.com/WireGuard # WireGuard 项目官网 https://www.wireguard.com/ 2、安装docker # step 1: 安装必要的一些系统工具 sudo yum install -y yum-utils device-mapper-persistent-data lvm2 # Step 2: 添...
But the outside connection still works with the old image, weejewel/wg-easy (v7) So the new image boots up but the outside connections aren't working and I'm not seeing any network traffic in the UI. Originally posted by @BerserkeR-Git in #682 (comment)Activity...
Describe the bug This is not a bug/issue, the hidden client addresses from system is a wg-easy's function (I believe). But this made me, when using other services to monitor,configure,etc for specific client is quite impossible. This is ...
Motivation The addition of per-client route configuration directly in the WG-Easy frontend would enable more efficient and secure management of VPN clients. Currently, applying custom routes requires manual backend configuration, which c...
client is not part of address-list that is operated by mangle mangle rule is disabled wg client is connecting directly to MikroTik wireguard instead of wg-easy everything works perfect questions: What should I allow on my router side or what should I change on wg-easy side. Thanks in advan...
Here is an example of a newly created client, n.30 or so. The file downloaded from wg-easy web portal: [Interface] PrivateKey = UJSL1XXXXXXXXXXXXXXXXXXXXXXXXXXX Address = 100.64.32.13/24 DNS = 1.1.1.1 [Peer] PublicKey = zS0ScKhXXXXXXXXXXXXXXXX ...
Describe the bug After upgrading to version 13 of wg-easy, the container cannot ping client's IP addresses. Specifically, ping 10.42.0.1 works (my WG_ALLOWED_IPS network is 10.42.0.0/24), but ping 10.42.0.2 fails with the error "Destinat...
Thus wg-client was born. The gui client makes it simple for non-tech users, though I find it convenient too.Key featuresGraphical tool makes it simple for any user to get VPN running. Standalone tool makes it easy to test and also keeps sudo outside of gui to minimize any security ...