Merge pull request #22 from moepman/vxlan-test

update wireguard endpoints and pubkeys
This commit is contained in:
Bastian 2021-07-23 21:28:59 +02:00 committed by GitHub
commit ffeefe1492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 2 deletions

View File

@ -53,6 +53,19 @@
mesh_vpn = {
mtu = 1312,
wireguard = {
enabled = 'true',
iface = 'wg_mesh_vpn',
limit = '1', -- actually unused
peers = {
{
publickey ='zqBVQJlzkZxk5YT04dv4cIrYoDYpx0xBxK/6gV2PZXE=',
endpoint ='gw11.ffrgb.net:20010',
broker ='gw11.ffrgb.net',
link_address='fe80::11',
},
},
},
fastd = {
groups = {
backbone = {

View File

@ -61,8 +61,8 @@
peers = {
{
publickey ='SfVwYUjy2b9AZ+R/JTwmLXz5jm1UEmnfuRMGpN9B4X4=',
endpoint ='gw31.ffrgb.net:40001',
broker ='gw31.ffrgb.net',
endpoint ='gw31.ffrgb.net:20030',
broker ='gw31.ffrgb.net',
link_address='fe80::31',
},
},

View File

@ -53,6 +53,19 @@
mesh_vpn = {
mtu = 1312,
wireguard = {
enabled = 'true',
iface = 'wg_mesh_vpn',
limit = '1', -- actually unused
peers = {
{
publickey ='MqzXEqO4US16rSGxsF2oHuSdMAy/Qimy+GUSeCob+U0=',
endpoint ='gw21.ffrgb.net:20020',
broker ='gw21.ffrgb.net',
link_address='fe80::21',
},
},
},
fastd = {
groups = {
backbone = {