Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreek committed Nov 5, 2021
1 parent f26bde2 commit 5fd7a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Type:
* `Type` (string): `wireguard`
* `PSK` (string): Optional. The pre shared key to use. Use `wg genpsk` to generate a key.
* `ListenPort` (int): Optional. The udp port to listen on. Default is `51820`.
* `ListenPortV6` (int): Optional. The udp port to listen on for ipv6. Default is `51821`.
* `PersistentKeepaliveInterval` (int): Optional. Default is 0 (disabled).

If no private key was generated before the private key is written to `/run/flannel/wgkey`. You can use environment `WIREGUARD_KEY_FILE` to change this path.
Expand Down
1 change: 1 addition & 0 deletions dist/extension-wireguard
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// This is deprecated and should not be used. Please use the wireguard backend instead!
{
"Network": "10.50.0.0/16",
"Backend": {
Expand Down

0 comments on commit 5fd7a39

Please sign in to comment.