chore(sync): keep upstream source up-to-date #147
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
⏳ dae-wing (origin/main) is currently out-of-sync to dae (origin/main); changes are proposed by @dae-prow-robot in actions - https://github.com/daeuniverse/dae-wing/actions/runs/8805345287
#503 - fix/chore: update submodule outbound to fix panic in some edge cases
PR: daeuniverse/dae#503
Context:
#505 - fix: maintain udp conn direction to fix possible dns leaking
PR: daeuniverse/dae#505
Context:
In the past (bug brought by #493), the direction of the UDP connection was not maintained, so receiving a return packet would cause all subsequent packets of the same five-tuple to be sent directly, which is not in line with expectations. This PR will fix it.
#510 - chore(dae.service): set TimeoutStartSec=120 instead of 10
PR: daeuniverse/dae#510
Context:
undefined
#514 - chore(issue_template): update template params
PR: daeuniverse/dae#514
Context:
As the title suggests.
#512 - fix: sysctl net.ipv4.conf.dae0peer.accept_local=1
PR: daeuniverse/dae#512
Context:
undefined
#517 - docs: update dae-with-opnsense.md
PR: daeuniverse/dae#517
#520 - chore: right the wrong gateway config in opnsense document
PR: daeuniverse/dae#520
#518 - fix: Opt out TCP sockmap bypass by default
PR: daeuniverse/dae#518
Context:
undefined
#504 - fix: set accept_ra=2 to fix missing ipv6 address on WAN interface if necessary
PR: daeuniverse/dae#504
Context:
bindLan setting conf.ipv6.all.forwarding=1 suppresses accept_ra=1, thus we set it 2 as a workaround.
See https://sysctl-explorer.net/net/ipv6/accept_ra/ for more information.
#536 - ci(release): draft release v0.6.0
PR: daeuniverse/dae#536
Context:
undefined