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
+6-22Lines changed: 6 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,4 @@
1
1
2
-
# The honeymoon is over, but...
3
-
4
-
* Wasted too much time playing Tears of the Kingdom, maybe Ganondorf was killed around the 16th of August, so I'll be updating the repository at that time~
This repository is based on [QiuSimons/YAOF](https://github.com/QiuSimons/YAOF).
@@ -36,7 +29,7 @@ Password:None
36
29
37
30
### Version Informations
38
31
39
-
OpenWrt official v23.05.0-rc1
32
+
OpenWrt official v23.05.0-rc2
40
33
41
34
---
42
35
### Feature
@@ -50,24 +43,14 @@ OpenWrt official v23.05.0-rc1
50
43
4.Opkg vermagic matched with OpenWrt manifest ( You can install the software as if you have AppStore~ )
51
44
52
45
5.Add package [dae](https://github.com/daeuniverse/dae), a high performance eBPF transparent proxy client
53
-
Add command `updategeo` to download `geoip.dat` and `geosite.dat` and place them to the correct path for `dae`
54
-
* The init of dae has a problem temporarily and cannot run yet
55
-
* Run dae with command:
56
-
```
57
-
updategeo
58
-
chmod 600 /etc/dae/config.dae
59
-
dae run -c /etc/dae/config.dae
60
-
```
61
-
* Run dae with log output:
62
-
```
63
-
dae run -c /etc/dae/config.dae &> /tmp/dae.log
64
46
```
47
+
6.Add [luci-app-daed](https://github.com/QiuSimons/luci-app-daed) to enable [daed](https://github.com/daeuniverse/daed), a modern dashboard for dae
65
48
66
-
6.Update to firewall4, firewall3 no longer supported ( Huge improvements in performance )
49
+
7.Update to firewall4, firewall3 no longer supported ( Huge improvements in performance )
67
50
68
-
7.Add support for phone USB hotspot sharing, both for Android and iPhone
51
+
8.Add support for phone USB hotspot sharing, both for Android and iPhone
69
52
70
-
8.Disable IPv6 by default
53
+
9.Disable IPv6 by default
71
54
72
55
* If you do need IPv6
73
56
@@ -80,6 +63,7 @@ uci set dhcp.@dnsmasq[0].rebind_protection='0'
80
63
uci del dhcp.@dnsmasq[0].filteraaaa
81
64
uci commit dhcp
82
65
```
66
+
* 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!
0 commit comments