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:
parent
0b57daac06
commit
e4d6ddcc72
1 changed files with 7 additions and 1 deletions
|
|
@ -28,7 +28,13 @@ QuickToggleModel {
|
|||
|
||||
/// The NetworkManager connection this drives. A property rather than a
|
||||
/// 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.
|
||||
property bool busy: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue