Missing Keys variable in Template fixed
This commit is contained in:
parent
5094d4fc18
commit
a21c9f4d44
@ -62,7 +62,7 @@
|
|||||||
limit = 1,
|
limit = 1,
|
||||||
peers = {
|
peers = {
|
||||||
gwpri = { --[[ pri gw instance 1 ]]
|
gwpri = { --[[ pri gw instance 1 ]]
|
||||||
key = '58c2ac30c4693e8fde59c3794ac4c09748ec6a969e9688c42e144f5382e16e66',
|
key = '%PRIKEY',
|
||||||
remotes = {
|
remotes = {
|
||||||
'ipv4 "%PRI" port 10%ID0',
|
'ipv4 "%PRI" port 10%ID0',
|
||||||
'ipv4 "%PRI" port 10%ID1',
|
'ipv4 "%PRI" port 10%ID1',
|
||||||
@ -70,7 +70,7 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
gwsec = { --[[ sec gw instance 1 ]]
|
gwsec = { --[[ sec gw instance 1 ]]
|
||||||
key = 'aa87e56e1e4d54fc8f4bfac755216425916d188d6fafc6a66ff90272c6b64214',
|
key = '%SECKEY',
|
||||||
remotes = {
|
remotes = {
|
||||||
'ipv4 "%SEC" port 10%ID0',
|
'ipv4 "%SEC" port 10%ID0',
|
||||||
'ipv4 "%SEC" port 10%ID1',
|
'ipv4 "%SEC" port 10%ID1',
|
||||||
|
Loading…
Reference in New Issue
Block a user