docs: drop dangling "(A)" label; explain the merge direction inline

This commit is contained in:
Leadaxe 2026-06-09 18:04:06 +03:00
parent 7e50606f80
commit a2307b51f7
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ So neither fork alone works for sing-box-lx:
| `amnezia-vpn/amneziawg-go` | ❌ | ✅ |
| **this fork** | ✅ | ✅ |
The approach is **(A): keep the sagernet base, graft the obfuscation onto it.** sing-box compiles unchanged against this fork, and a config without AWG fields behaves exactly like plain WireGuard.
The approach: **keep the sagernet base and graft the obfuscation onto it** — rather than the reverse (adding sagernet's APIs to amneziawg-go, which would route even plain WireGuard through a foreign device). This way sing-box compiles unchanged, the obfuscation is additive and off by default, and a config without AWG fields behaves exactly like plain WireGuard.
## How the merge works