fix wg conf

This commit is contained in:
alex 2024-02-11 14:37:57 -05:00
parent ec63f34981
commit 67e4a74a22
1 changed files with 0 additions and 5 deletions

View File

@ -146,11 +146,6 @@
# List of IPs assigned to this peer within the tunnel subnet. Used to configure routing.
allowedIPs = [ "10.100.0.2/32" ];
}
{
# John Doe
publicKey = "{john doe's public key}";
allowedIPs = [ "10.100.0.3/32" ];
}
];
};
};