You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,17 +44,15 @@ OpenWrt official v23.05.0-rc4
44
44
45
45
5.Add package [dae](https://github.com/daeuniverse/dae), a high performance eBPF transparent proxy client
46
46
47
-
6.Add `luci-app-daed` to enable [daed](https://github.com/daeuniverse/daed), a modern dashboard for dae
47
+
6.Backport Google [BBRv3](https://www.phoronix.com/news/Google-BBRv3-Linux) TCP congestion control
48
48
49
-
7.Backport Google [BBRv3](https://www.phoronix.com/news/Google-BBRv3-Linux) TCP congestion control
49
+
7.Backport [LRNG](https://www.chronox.de/lrng.html) ( Linux Random Number Generator )
50
50
51
-
8.Backport [LRNG](https://www.chronox.de/lrng.html) ( Linux Random Number Generator )
51
+
8.Update to firewall4, firewall3 no longer supported ( Huge improvements in performance )
52
52
53
-
9.Update to firewall4, firewall3 no longer supported ( Huge improvements in performance )
53
+
9.Add support for phone USB hotspot sharing, both for Android and iPhone
54
54
55
-
10.Add support for phone USB hotspot sharing, both for Android and iPhone
56
-
57
-
11.Disable IPv6 by default
55
+
10.Disable IPv6 by default
58
56
59
57
* If you do need IPv6
60
58
@@ -68,7 +66,9 @@ uci set dhcp.@dnsmasq[0].filter_aaaa=0
68
66
uci commit dhcp
69
67
```
70
68
* PS: HYBRID mode is never a good choice, please learn about [IPv6](https://www.cisco.com/en/US/docs/switches/lan/catalyst3850/software/release/3se/consolidated_guide/b_consolidated_3850_3se_cg_chapter_0101011.html). Also odhcpd on OpenWrt has serious bugs!
71
-
* Bug fixed: Add `dhcp.lan.max_preferred_lifetime` and `dhcp.lan.max_valid_lifetime`. And fixed `lan` IPv6 misbehaving when `wan` is getting IPv6-PD via PPPoE
69
+
* Bug fixed:
70
+
* Add `dhcp.lan.max_preferred_lifetime` and `dhcp.lan.max_valid_lifetime` ( Not in the LuCI )
71
+
* Add scripts to fix `lan` IPv6 misbehaving when `wan` is getting IPv6-PD via PPPoE
0 commit comments