Legal
August 14, 2025 ยท View on GitHub
defguard gateway is a client service for defguard which can be used to create your own WireGuard:tm: VPN servers for secure and private networking.
To learn more about the system see our documentation.
Quick start
If you already have your defguard instance running you can set up a gateway by following our deployment guide.
Documentation
See the documentation for more information.
Community and Support
Find us on Matrix: #defguard:teonite.com
Contribution
Please review the Contributing guide for information on how to get started contributing to the project. You might also find our environment setup guide handy.
Verifiability of releases
We provide following ways to verify the authenticity and integrity of official releases:
Docker Image Verification with Cosign
All official Docker images are signed using Cosign. To verify a Docker image:
-
Install cosign CLI
-
Verify the image signature (replace <IMAGE_TAG> with the tag you want to verify):
cosign verify --certificate-identity-regexp="https://github.com/DefGuard/gateway" \ --certificate-oidc-issuer="https://token.actions.githubusercontent.com" \ ghcr.io/defguard/defguard:<IMAGE_TAG>
Release Asset Verification
All release assets (binaries, packages, etc.) include SHA256 checksums that are automatically generated and published with each GitHub release:
-
Download the release asset and copy its corresponding checksum from the releases page
-
Verify the checksum:
# Linux/macOS echo known_sha256_checksum_of_the_file path/to/file | sha256sum --check
Legal
WireGuard is registered trademarks of Jason A. Donenfeld.