diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-10 19:30:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-10 19:30:25 +0300 |
commit | a92c6aebbcb4c6001c935911609fef8e325cda1c (patch) | |
tree | 487d1ea801be0c0ff0d4951be63ee4e11e8a0b39 /README.md | |
parent | README: add CI badge (diff) | |
download | setup-wireguard-a92c6aebbcb4c6001c935911609fef8e325cda1c.tar.gz setup-wireguard-a92c6aebbcb4c6001c935911609fef8e325cda1c.zip |
fix parameter order
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,9 +16,9 @@ Use it your workflow like this: endpoint: 46.46.46.46:51820 endpoint_public_key: 9IHlvJqgkVWMq57a0A56XI5IjhnL5gaRhI1Pszk7S24= ips: 192.168.143.254/24,fd8c:bc10:5021::192.168.143.254/48 + allowed_ips: 192.168.143.0/24,fd8c:bc10:5021::/48 private_key: GLEiXhRwFuhw8aPy+HQfSMwwoLU0Sw8jE8MOxZ8GV3w= preshared_key: PWAfvVWCjiNV0Uh2DhmXhdRaT326qosSOcaDB3j9dwI= - allowed_ips: 192.168.143.0/24,fd8c:bc10:5021::/48 Of couse it's highly advised to store all sensitive data in your repository's secrets. |