skip DNS resolution for wireguard

This commit is contained in:
oxapentane - 2022-08-29 21:25:15 +02:00
parent 999a3d3498
commit b301127b69
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

View File

@ -13,7 +13,7 @@
peers = [{
publicKey = "WDvCObJ0WgCCZ0ORV2q4sdXblBd8pOPZBmeWr97yphY=";
allowedIPs = [ "10.13.37.0/24" ];
endpoint = "academicstrokes.com:51820";
endpoint = "81.201.149.152:51820";
persistentKeepalive = 25;
}];