diff options
author | rebortg <github@ghlr.de> | 2023-02-14 22:09:26 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-02-14 22:09:26 +0100 |
commit | 451cd050f86c72996d88d3eee48b18be6be4ac02 (patch) | |
tree | b0bc320c3b76aa8d203db0edde81c6d01a80535f /docs/configexamples/autotest/Wireguard/_include | |
parent | a232e315d945aa2356c8ce2707f191870421e7d9 (diff) | |
download | vyos-documentation-451cd050f86c72996d88d3eee48b18be6be4ac02.tar.gz vyos-documentation-451cd050f86c72996d88d3eee48b18be6be4ac02.zip |
Example: Wireguard upgrade version
Diffstat (limited to 'docs/configexamples/autotest/Wireguard/_include')
-rw-r--r-- | docs/configexamples/autotest/Wireguard/_include/branch.conf | 2 | ||||
-rw-r--r-- | docs/configexamples/autotest/Wireguard/_include/central.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/configexamples/autotest/Wireguard/_include/branch.conf b/docs/configexamples/autotest/Wireguard/_include/branch.conf index 09556bbe..95b941f8 100644 --- a/docs/configexamples/autotest/Wireguard/_include/branch.conf +++ b/docs/configexamples/autotest/Wireguard/_include/branch.conf @@ -7,7 +7,7 @@ set interfaces wireguard wg01 peer central allowed-ips 10.0.1.0/24 set interfaces wireguard wg01 peer central allowed-ips 192.168.0.0/24 set interfaces wireguard wg01 peer central address 198.51.100.1 set interfaces wireguard wg01 peer central port 51820 -set interfaces wireguard wg01 peer central pubkey "3XEjUJxtSDKH390NS8IFujgjqv4FPiSkvQkP/CNZOh8=" +set interfaces wireguard wg01 peer central pubkey "LdAM77SnCZAU/7HNhNBiRQ0LrEmLYs1Yon0fJ+kgjW4=" set interfaces wireguard wg01 port 51820 set protocols static interface-route 10.0.1.0/24 next-hop-interface wg01
\ No newline at end of file diff --git a/docs/configexamples/autotest/Wireguard/_include/central.conf b/docs/configexamples/autotest/Wireguard/_include/central.conf index f8dcf45b..47931a55 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 "QBrwwYsppMKXMET1BylSwTfWpuO41oYSWF9GuX5Ts3U=" +set interfaces wireguard wg01 peer branch pubkey "N9qG19ilb68jeDBgpqPGzPG9XgfzqmAFmC72Bq6XtF4=" set interfaces wireguard wg01 port 51820 set protocols static interface-route 10.0.2.0/24 next-hop-interface wg01
\ No newline at end of file |