Skip to content

Commit

Permalink
fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Jun 16, 2024
1 parent f2697e2 commit 0527305
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`wireguard generate server hub and spoke access > Should generate config
"Peers": [
{
"AllowedIPs": Set {
"10.0.0.100/32",
"192.168.10.100/32",
},
"Endpoint": undefined,
"PresharedKey": StringMatching /\\^\\[\\\\d\\+/A-Za-z\\]\\{42\\}\\[048AEIMQUYcgkosw\\]=\\$/,
Expand Down Expand Up @@ -36,7 +36,7 @@ exports[`wireguard generate server hub and spoke access > Should generate config
exports[`wireguard generate server hub and spoke access > Should generate configs 2`] = `
{
"Address": "10.0.0.100/24",
"Address": "192.168.10.100/24",
"ListenPort": 0,
"Peers": [
{
Expand All @@ -63,7 +63,7 @@ exports[`wireguard generate server hub and spoke access > Should generate config
"AllowedIPs": Set {
"10.0.0.1/32",
"10.0.0.3/32",
"10.0.0.100/32",
"192.168.10.100/32",
},
"Endpoint": "server.wireguard.com:51820:51820",
"PresharedKey": StringMatching /\\^\\[\\\\d\\+/A-Za-z\\]\\{42\\}\\[048AEIMQUYcgkosw\\]=\\$/,
Expand All @@ -83,7 +83,7 @@ exports[`wireguard generate server hub and spoke access > Should generate config
"AllowedIPs": Set {
"10.0.0.1/32",
"10.0.0.2/32",
"10.0.0.100/32",
"192.168.10.100/32",
},
"Endpoint": "server.wireguard.com:51820:51820",
"PresharedKey": StringMatching /\\^\\[\\\\d\\+/A-Za-z\\]\\{42\\}\\[048AEIMQUYcgkosw\\]=\\$/,
Expand Down

0 comments on commit 0527305

Please sign in to comment.