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: alpinelinux/README.md
-23Lines changed: 0 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,26 +53,3 @@ rc-service xray stop
53
53
```sh
54
54
rc-service xray restart
55
55
```
56
-
57
-
## Breaking Changes at 2025-04-09
58
-
59
-
#### Path Change: Original path `/usr/local/lib/xray/` has been updated to new path `/usr/local/share/xray/`
60
-
61
-
- This directory contains `geosite.dat` and `geoip.dat`
62
-
- If you have scripts to automatically update these files, please adjust them accordingly
63
-
- Regular users can ignore this change
64
-
65
-
#### Watchdog: Xray process will now automatically restart indefinitely (every 5 seconds) upon panic, unless it panic 3 times in 10 minutes
66
-
67
-
- Advanced users no longer need to manually modify `/etc/init.d/xray` or write custom daemon scripts
68
-
- Regular users can ignore this change
69
-
70
-
#### No `root` Required: Xray now retains privileges (capabilities) to support `tproxy` and `sockopt` even when running as `nobody`
71
-
72
-
- Advanced users **should not** (and need not) run Xray as `root` anymore — it already has all required network privileges
73
-
- If you run Xray as a **server** (not client), you _may_ optionally run the command below to reduce capabilities. This theoretically minimizes attack surface but has negligible practical impact
74
-
- Regular users can ignore this change
75
-
76
-
```sh
77
-
sed -i 's/^capabilities="^cap_net_bind_service,^cap_net_admin,^cap_net_raw"$/capabilities="^cap_net_bind_service"/g' /etc/init.d/xray
0 commit comments