Skip to content

1.11.0-beta.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 13:45
· 53 commits to dev-next since this release
79a8cae

πŸ“ Release Notes

  • Allow adding route (exclude) address sets to routes 1
  • Fixes and improvements

1:

When auto_redirect is not enabled, directly add route[_exclude]_address_set to tun routes (equivalent to route[_exclude]_address).

Note that it doesn't work on the Android graphical client due to the Android VpnService not being able to handle a large number of routes (DeadSystemException), but otherwise it works fine on all command line clients and Apple platforms.

See route_address_set and route_exclude_address_set.