site.conf: set wireguard int values

This commit is contained in:
genofire 2019-11-28 05:27:16 +01:00
parent 862d203310
commit 7d51562db2
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
1 changed files with 2 additions and 2 deletions

View File

@ -57,13 +57,13 @@
enabled = true, enabled = true,
groups = { groups = {
backbone = { backbone = {
limit = '1', -- currently unused limit = 1,
peers = { peers = {
lwlcomGW = { lwlcomGW = {
enabled = true, enabled = true,
key ='XA7WDD0pzgzxAGHNbbtcuDxxKJiX7x4ZCm/0XBKVOwM=', key ='XA7WDD0pzgzxAGHNbbtcuDxxKJiX7x4ZCm/0XBKVOwM=',
remote = 'babel-gw-lwlcom.bremen.freifunk.net', remote = 'babel-gw-lwlcom.bremen.freifunk.net',
broker_port = '1999', broker_port = 1999,
}, },
}, },
}, },