Highlights
- Arctic Code Vault Contributor
Pinned
216 contributions in the last year
Contribution activity
January 2021
Created 85 commits in 3 repositories
Created a pull request in blackmesalab/fireguard that received 1 comment
Use system wireguard instead of boringtun
This PR also removes the windows build target and fixes the automatic generation of allowed IPs.
+38
−46
•
1
comment
Opened 5 other pull requests in 1 repository
Reviewed 7 pull requests in 1 repository
blackmesalab/fireguard 7 pull requests
- Implemented ipv4.forward (for docker)
- Added git as an APT dependency
- Add some documentation
- Add basic IpPool tests
- Update crosscompile instructions
- Add makefile targets and documentation required to enable crosscompilation to raspberry pi boards
- Make the `Endpoint` value optional in the configuration
Created an issue in blackmesalab/fireguard that received 2 comments
Implement WG config support for wg-quick
wg-quick
has to run as root to support boringtun and routing directives but it used iptables fwmarks to tag packets. The support is missing here, a…
2
comments
Opened 13 other issues in 1 repository
blackmesalab/fireguard
6
open
7
closed
- Implement network repo update
- Implement autoupgrade
- Improve docker container to install wireguard module
- Implement a single command to replace entrypoint.sh
- Improve command line logging setup
- Support DNS cmd with DNSMasq / Unbound / whatever
- Fully support pre / post hooks
- Remove MTU support
- Enable IP forwarding on startup
- Support a node without a public IP
- OSPF to catch node failure and automate routing
- Add default pre/post up/down logic and automatically (and configurably) NAT WG subnet
- Fix WG configuration bugs