Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reset loop if any tunnel interface is not passing traffic #40

Merged
merged 2 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
# cancel jobs in progress for updated PRs, but not merge or tag events
cancel-in-progress: ${{ github.event.action == 'synchronize' }}

env:
ENVIRONMENT: balena-cloud.com
BLOCK_PREFIX: belodetek/unzoner
Expand Down
2 changes: 1 addition & 1 deletion .gitsecret/paths/mapping.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ unzoner/openvpn/client.key:1f2e908d2eac66568e4d4cc2c37967684c0da9cb32a24c970ee82
unzoner/openvpn/server.key:0817ed6b2ae19fdf1ddab8b507d70e7cbea29fa00674687eb845514539ad2c64
unzoner/openvpn/ta.key:61a616ec66587848c1a43cc92aa21ad0305e804581f9c2a437929713c4f4edb6
unzoner/id_rsa:7efaea18eedb4a1b9f9298e0f3d92ceb3f2adc4c29a5e818009a7d88f847296f
unzoner/.balena/secrets/env:b581220016ab9a0e9bb870baa31c1407caac3ba674ad785d3bffc9cb407f756a
unzoner/.balena/secrets/env:57af61f0f7fdb6afa4d15d7399358c00957b4358de192eb0d7b048f575e345a1
unzoner/mgmt.ovpn:b81b41c4cf71cdd490feecadf4bb35c31ed8396ed0fdd61808d4efd73c3031de
unzoner/openvpn/dh2048.pem:7afe4bea0e57bc35bcd7cdd9e393692c43a88facc64c309a176dc69a66d5a029
13 changes: 6 additions & 7 deletions unzoner/.balena/balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@ build-variables:
# https://en.wikipedia.org/wiki/Bird_Internet_routing_daemon
- BUILD_BIRD=0
# https://github.com/openssl/openssl
- BUILD_OPENSSL_VERSION=3.0.5
# Setting up openssh-server (1:8.9p1-3ubuntu0.4) ...
# OpenSSL version mismatch. Built against 30000020, you have 30200000
- BUILD_OPENSSL_VERSION=3.0.12
- BUILD_OPENSSL=1
# https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html
- AARCH64_OPTIMISE_FLAGS=-O3 -mtune=cortex-a72 -march=armv8-a
# https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
- ARM_OPTIMISE_FLAGS=-O3 -mtune=cortex-a53 -mcpu=cortex-a53+crypto -mfpu=crypto-neon-fp-armv8
# https://github.com/OpenVPN/openvpn
- BUILD_OPENVPN_VERSION=2.5.7
- BUILD_OPENVPN_VERSION=2.6.8
- BUILD_OPENVPN=1
# FIXME: https://sources.debian.org/patches/sniproxy/0.6.0-2/
- BUILD_SNIPROXY_VERSION=0.6.0
- BUILD_SNIPROXY=0
# project abandoned http://wanproxy.org/)
- BUILD_WANPROXY_VERSION=0.8.0
- BUILD_WANPROXY=0
- BUILD_SNIPROXY_VERSION=0.6.1
- BUILD_SNIPROXY=1
# https://nuitka.net/
- COMPILE_CODE=1
# (e.g.) dig +short us.{{ DNS_SUB_DOMAIN }}.{{ DNS_DOMAIN }}
Expand Down
Binary file modified unzoner/.balena/secrets/env.secret
Binary file not shown.
Loading
Loading