Skip to content

Releases: Jipok/jwg

2.2.0

Choose a tag to compare

@Jipok Jipok released this 25 Apr 09:56

New option --blocklist for geo-blocking to prevent VPN detection
Allow reset --endpoint ""

2.1.0

Choose a tag to compare

@Jipok Jipok released this 22 Mar 17:49

Allow edit I1 via --i1 arg. Improve I1 generation - use hardcoded value from original amnezia client.
Added bash completion.

2.0.0

Choose a tag to compare

@Jipok Jipok released this 18 Mar 19:24

Breaking Change:
GNU-style command line args. You must now use double dashes for flags (e.g., --port instead of -port).
jwg add Name instead of jwg -add Name

Other changes:

  • Proper AmneziaWG 2.0 support.
  • Support multiple jwg-configured interfaces. Creates only one nft table per interface.
  • jwg now automatically finds and uses a random free UDP port on the first run.
  • Added auto-configuration for network packet scheduling (Anti-Bufferbloat (QoS)). It attempts to apply CAKE and falls back to fq_codel to keep latency low during heavy transfers.
  • Automatically deletes old UFW rules when the listening port is changed.
  • The --client-allowed-ips parameter can now be changed on the fly for generated client configs.
  • Added install.sh script for easier setup (with a mention of void-infect).
  • Many other small changes.

1.5.0

Choose a tag to compare

@Jipok Jipok released this 16 Mar 16:38

Fix issues on VPS templates where UFW is "inactive", but iptables-legacy still has a default FORWARD DROP policy left in the kernel.

1.4.0

Choose a tag to compare

@Jipok Jipok released this 23 Dec 17:05

Now jwg first checks for ./jwg.db. If not found, it defaults to /var/lib/jwg/jwg.db. You can specify a custom path manually:
jwg -db /etc/wireguard/my_vpn.db

1.3.0

Choose a tag to compare

@Jipok Jipok released this 22 Dec 21:31

Improve amnezia obfuscation params generation.
Move wgctrl-go to separate repo: https://github.com/Jipok/wgctrl-go

1.2.1

Choose a tag to compare

@Jipok Jipok released this 14 Dec 20:12

Force ipv4 for ip autodetect

1.2.0

Choose a tag to compare

@Jipok Jipok released this 14 Dec 19:22

Allow -add with empty config.
Allow change port/subnet/iface with existing config.
Proper amnezia support and small fixes.

1.1.0

Choose a tag to compare

@Jipok Jipok released this 04 Dec 17:09

Sort peers by name

1.0.0

Choose a tag to compare

@Jipok Jipok released this 30 Nov 11:46
Initial commit