This commit is contained in:
sunyu 2020-09-25 13:50:47 +08:00
parent 453e9fcf5d
commit 2b7a8d01c7

View file

@ -327,7 +327,7 @@ Wireguard Clients
const client_id = $("#_client_id").val();
const name = $("#_client_name").val();
const email = $("#_client_email").val();
const allocated_ips = $("#1").val().split(",");
const allocated_ips = $("#_client_allocated_ips").val().split(",");
const allowed_ips = $("#_client_allowed_ips").val().split(",");
const private_subnets = $("#_client_private_subnets").val().split(",");
let enabled = false;