Watch
1
0
Fork
You've already forked souveraine
0

vpn toggle: point at wiufph, the phone's own peer

The old wiuf profile shared its address and private key with the laptop, so
WireGuard could only hold one of them, and the key is no longer listed
server-side — it sent and never received. wiufph is 10.8.0.6, port 51822,
keepalive 25. Proven off-LAN: handshake 8s, gitea 200 in 0.126s.
This commit is contained in:
Fimeg 2026-07-31 07:57:30 -04:00
commit e4d6ddcc72

View file

@ -28,7 +28,13 @@ QuickToggleModel {
/// The NetworkManager connection this drives. A property rather than a /// The NetworkManager connection this drives. A property rather than a
/// constant so a second profile does not need a second component. /// constant so a second profile does not need a second component.
property string connectionName: "wiuf" ///
/// `wiufph` the phone's OWN peer (10.8.0.6). The older `wiuf` profile
/// shared both its address and its private key with the laptop, so
/// WireGuard could only ever have one of the two connected; and it dialed
/// port 51822 with a key the server no longer lists, which is why it sent
/// and never received. Do not point this back at `wiuf`.
property string connectionName: "wiufph"
/// True while an up/down is in flight, so a double tap cannot race itself. /// True while an up/down is in flight, so a double tap cannot race itself.
property bool busy: false property bool busy: false