New oneplus6t wireguard client

This commit is contained in:
Andrea Ciceri 2023-04-02 16:17:14 +02:00
parent 1c6e94ad0e
commit 44009e87bf
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 14 additions and 16 deletions

View file

@ -30,9 +30,13 @@
{
# thinkpad
publicKey = "g8wId6Rl0olRFRtAnQ046ihPRYFCtMxOJ+/Z9ARwIxI=";
# List of IPs assigned to this peer within the tunnel subnet. Used to configure routing.
allowedIPs = ["10.100.0.2/32"];
}
{
# oneplus6t
publicKey = "O6/tKaA8Hs7OEqi15hV4RwviR6vyCTMYv6ZlhsI+tnI=";
allowedIPs = ["10.100.0.3/32"];
}
];
};
};