Skip to content

Commit

Permalink
fix: reset loop if any tunnel interface is not passing traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Dec 3, 2023
1 parent 765b2fa commit 8031a29
Show file tree
Hide file tree
Showing 6 changed files with 908 additions and 1,201 deletions.
6 changes: 3 additions & 3 deletions unzoner/.balena/balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ build-variables:
- BUILD_BIRD=0
# https://github.com/openssl/openssl
- BUILD_OPENSSL_VERSION=3.0.5
- BUILD_OPENSSL=1
- BUILD_OPENSSL=0
# 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=1
- BUILD_OPENVPN=0
# 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
# https://nuitka.net/
- COMPILE_CODE=1
- COMPILE_CODE=0
# (e.g.) dig +short us.{{ DNS_SUB_DOMAIN }}.{{ DNS_DOMAIN }}
- DNS_SUB_DOMAIN=blackbox

Expand Down
1 change: 0 additions & 1 deletion unzoner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ Pyjwt
pyasn
ipaddr
requests[security]
pingparsing
dnspython
passlib
Loading

0 comments on commit 8031a29

Please sign in to comment.