diff options
author | ekhudiyev <88712424+ekhudiyev@users.noreply.github.com> | 2021-12-01 12:59:53 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 12:59:53 +0400 |
commit | 80c25fa38bc7eeea1892bdbf5ec04e024ef25280 (patch) | |
tree | 12d96ba58db840a342c02753d655df1818aa5bcd /docs/configexamples/autotest/Wireguard/_include/central.conf | |
parent | bff0668fd74a14c9ca1b324eb917f0fd24cd68c9 (diff) | |
parent | b2dbf6a4ca446a5cde08c54a712d9da8580d7f10 (diff) | |
download | vyos-documentation-80c25fa38bc7eeea1892bdbf5ec04e024ef25280.tar.gz vyos-documentation-80c25fa38bc7eeea1892bdbf5ec04e024ef25280.zip |
Merge branch 'vyos:master' into patch-2
Diffstat (limited to 'docs/configexamples/autotest/Wireguard/_include/central.conf')
-rw-r--r-- | docs/configexamples/autotest/Wireguard/_include/central.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configexamples/autotest/Wireguard/_include/central.conf b/docs/configexamples/autotest/Wireguard/_include/central.conf index 1414621b..99041d89 100644 --- a/docs/configexamples/autotest/Wireguard/_include/central.conf +++ b/docs/configexamples/autotest/Wireguard/_include/central.conf @@ -7,7 +7,7 @@ set interfaces wireguard wg01 peer branch allowed-ips 10.0.2.0/24 set interfaces wireguard wg01 peer branch allowed-ips 192.168.0.0/24 set interfaces wireguard wg01 peer branch address 198.51.100.2 set interfaces wireguard wg01 peer branch port 51820 -set interfaces wireguard wg01 peer branch pubkey "HF1LJSEgAtknAtkqK2d12DzfuPlx475Y+I4SpJiBWzs=" +set interfaces wireguard wg01 peer branch pubkey "iUUItk5zA22azMltN+Kpp7Bh4g2mf1ea3liSEp9eQEs=" set interfaces wireguard wg01 port 51820 set protocols static route 10.0.2.0/24 interface wg01
\ No newline at end of file |