You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,6 +317,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
317
317
318
318
## Versions
319
319
320
+
***09.10.22:** - Switch back to iptables-legacy due to issues on some hosts.
320
321
***04.10.22:** - Rebase to Jammy. Upgrade to s6v3.
321
322
***16.05.22:** - Improve NAT handling in server mode when multiple ethernet devices are present.
322
323
***23.04.22:** - Add pre-shared key support. Automatically added to all new peer confs generated, existing ones are left without to ensure no breaking changes.
Copy file name to clipboardExpand all lines: readme-vars.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,7 @@ app_setup_block: |
121
121
122
122
# changelog
123
123
changelogs:
124
+
- { date: "09.10.22:", desc: "Switch back to iptables-legacy due to issues on some hosts." }
124
125
- { date: "04.10.22:", desc: "Rebase to Jammy. Upgrade to s6v3." }
125
126
- { date: "16.05.22:", desc: "Improve NAT handling in server mode when multiple ethernet devices are present." }
126
127
- { date: "23.04.22:", desc: "Add pre-shared key support. Automatically added to all new peer confs generated, existing ones are left without to ensure no breaking changes." }
0 commit comments