Releases: NOXCIS/Wiregate
Releases · NOXCIS/Wiregate
WG 0.1.7
- Updated Readme
- Update to WG Dashboad v4
- Updated Docker Image
- Add Healthcheck
- Add Stop Signal
- Add 3 stage Build for Arch Specific Compiled Binarys
- Add TimeZone Support
- Removed Dev Build Tools from Final Stage
- Removed Python From Image Layers
- Updated Installer Menu
- Add Help section
- Add Input Validation
- Update Tribute Animation
- Improved User Friendliness
- Updated Stack Script
- Updated Iptable Scripts
- Added Tor Transport Proxy
- Add Lyrebird Plugin Binary
- Add Snowflake Plugin Binary
- Add Tor WebTunnel Client Plugin Binary
- Add Auto Get Bridges from Tor Bridge DB
- Added Tor Circut Random Flux
- Added Installer Shortcuts
- Added Docker in Docker Deployment Option
- Run the WireGate stack in a single container
- Added Persistent Enviorment Across Container Updates & Stack Edits
- Removed Channels Option
- Removed PreConfigured Option
What's Changed
Full Changelog: hydra...terra-firma-tor
WG 0.1.6
WG 0.1.5
- Updated UI (Thanks D.Zou @ WG-Dashboard & Contributors)
+ Dark Mode 🌗
+ Data Usage Graph 📈 - Switched to Docker volumes for Wiregate relevant data
- Added Nginx to serve Uwsgi
- Nginx & Uwsgi config optimization for WG-Dashboard
- Master Peer Named in Admin Zone
- Zone Iptable rules now accesible in the wg_iptables: volume
- Flask Key Rotates on Container Restarts and 4000+ charters long
- Persists Peer Data across container updates & restarts
- Arm 32bit builds are back (25s builds 😃)
- Docker Image Performance Improvements & Size reduction
- Fixed Installer
- Added Auto Swap file for potato deployments 🥔 IE. 512 MB RAM, 1 core Linux VPS)
- No Ipv6, increases attack surface.
- Removed API button from Channels (Help Needed to Implement a few Ideas)
- Renamed Channels to WireChat & changed local URL to http://wire.chat
- Wiregate can be deployed in a standalone config for easy combination in other docker stacks -
wiregate:
image: noxcis/wg-dashboard:kraken #the latest release build tag has auto daily builds for CVE mitigation
container_name: wiregate
cap_add:
- NET_ADMIN
- SYS_MODULE
restart: unless-stopped
volumes:
- wg_configs:/etc/wireguard
- wg_data:/home/app/dashboard-config
- wg_db:/home/app/db
- wg_iptables:/home/app/Iptables
- ./Master-Key:/home/app/master-key
environment:
- WG_DASH_USER=admin
- WG_DASH_PASS=admin
- WG_DASH_SERVER_IP=0.0.0.0
- WG_DASH_DNS=1.1.1.1, 1.0.0.1
- WG_DASH_PEER_ENDPOINT_ALLOWED_IP=0.0.0.0/0
- WG_DASH_KEEP_ALIVE=21
- WG_DASH_MTU=1420
- WG_DASH_PORT_RANGE_STARTPORT=443
ports:
- "443-446:443-446/udp" # WireGuard Listen Ports
#- 8000:80/tcp #Uncomment to expose Wiregate dashboard to the open internet
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1
volumes:
wg_data:
wg_configs:
wg_db:
wg_iptables:
````
## What's Changed
* Kraken by @NOXCIS in https://github.com/NOXCIS/Wiregate/pull/32
**Full Changelog**: https://github.com/NOXCIS/Wiregate/compare/cetus...kraken
WG 0.1.4
WG 0.1.3
- Added iptables Rules for Wireguard Interfaces
- Added Client Network Access Permission Zones
- Improved Setup Script
- Improved Folder Structure
- Improved Security Policy
- Removed ability to set number of interfaces
- increased Logging output for WG-Dash container for debugging
- Wireguard Dashboard Hardening
- Docker Network Hardening
What's Changed
Full Changelog: marlin...mantis-shrimp
WG 0.1.2
- Changed Name to Wiregate
- Debian Installer Support
- Dashboard Hardening
- uWSGI no longer using root
- Install Script improvements
- Fixed Channels CVE's
- Enjoinment Variables self Destruct
- Bash History Self Destruct
- Fixed Auto Prereq's check and install
What's Changed
Full Changelog: orca...marlin
WH 0.1.1
WH 0.1.0
WH 0.0.8
What's Changed
- Added Multi Architecture Support
- No Port Exposure
- Dashboard Access via WireGuard Connection Only
- Improved Install Script
- Auto Generate Client Config
- Improved Setup Instructions
- Added local domains for Pihole & WireGuard Dashboards
- Added WireGuard Reset Option
Full Changelog: stingray...squid
WH 0.0.9
- Fixed Docker Image CVE's
- Added Preset Environment Files and option in installer
- Improved Installer
- Fixed WireGuard Config permissions
- Master Key Encryption
- Added Channels messenger for Secure Private LAN based Compunction
- Improved Folder Structure
- Improved Unbound Configuration
- Removed Unbound Conditional Forwarding
- Updated Readme