dave14305
Part of the Furniture
FlexQoS Version 1.3.2 - Released 16-Sep-2022
This is just a minor release with an iptables optimization. Nothing exciting or outwardly visible has changed.
FlexQoS Version 1.3.1 - Released 15-Mar-2022
Beware the ides of March!
This is just a minor bugfix release to address some issues I noticed now that I've been eating my own dogfood again.
FIXED: IPv6 connections sometimes incorrectly mapped to an incorrect rule with a local IPv4 address defined.
CHANGED: Changing graph scale from Linear to Logarithmic is now instantaneous instead of waiting until the next refresh.
REMOVED: FreshJR_QOS migration script
FlexQoS Version 1.3.0 - Released 07-Nov-2021
NEW:
Update via the WebUI, amtm, or the command line with
Requirements:
The simplest method for installation is to use amtm, option i, option 3.
For manual installation, paste the following command into your SSH terminal session:
Source: https://github.com/dave14305/FlexQoS
Updates:
You can also update via the "Check for Update" button in the WebUI.
User documentation available on Github:
This is just a minor release with an iptables optimization. Nothing exciting or outwardly visible has changed.
- CHANGED: Split iptables rules into separate upload and download chains to avoid unnecessary rule traversal
- CHANGED: Tweaked 'debug' command output formatting for better readability
FlexQoS Version 1.3.1 - Released 15-Mar-2022
Beware the ides of March!
This is just a minor bugfix release to address some issues I noticed now that I've been eating my own dogfood again.
FIXED: IPv6 connections sometimes incorrectly mapped to an incorrect rule with a local IPv4 address defined.
CHANGED: Changing graph scale from Linear to Logarithmic is now instantaneous instead of waiting until the next refresh.
REMOVED: FreshJR_QOS migration script
FlexQoS Version 1.3.0 - Released 07-Nov-2021
NEW:
- Automatic IPv6 support for iptables rules using local IPv4 CIDRs. Local IPv4 CIDRs are mapped to equivalent IPv6 addresses via MAC address, using iptables and ipsets.
- Classify outbound DNS, DoT and NTP as Net Control Packets. This traffic previously bypassed QoS.
- Avoid conflicts with Selective Routing fwmarks when combined with Adaptive QoS marks for outbound DNS from router
- Nightly check cronjob at 3:30 AM since it seems superfluous now.
Update via the WebUI, amtm, or the command line with
flexqos update
Requirements:
- ASUSWRT-Merlin 384.15 or higher
- SSH, JFFS scripts enabled
- Adaptive QoS enabled
The simplest method for installation is to use amtm, option i, option 3.
For manual installation, paste the following command into your SSH terminal session:
Code:
/usr/sbin/curl "https://raw.githubusercontent.com/dave14305/FlexQoS/master/flexqos.sh" -o /jffs/addons/flexqos/flexqos.sh --create-dirs && chmod +x /jffs/addons/flexqos/flexqos.sh && sh /jffs/addons/flexqos/flexqos.sh -install
Updates:
Code:
flexqos -update
# or
sh /jffs/addons/flexqos/flexqos.sh -update
User documentation available on Github:
FlexQoS/README.md at master · dave14305/FlexQoS
FlexQoS - Flexible QoS Enhancement Script for Adaptive QoS on ASUSWRT-Merlin - dave14305/FlexQoS
github.com
Last edited: