mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-25 19:54:06 +03:00
Added semiauto subnet range changer for existing clients
If the same subnet range is selected, a different IP is suggested
This commit is contained in:
parent
3a789bf067
commit
2000b7f8b2
2 changed files with 62 additions and 6 deletions
|
@ -616,7 +616,7 @@
|
|||
$("#client_preshared_key").val("");
|
||||
$("#client_allocated_ips").importTags('');
|
||||
$("#client_extra_allowed_ips").importTags('');
|
||||
updateSubnetRangesList();
|
||||
updateSubnetRangesList("#subnet_ranges");
|
||||
updateIPAllocationSuggestion(true);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue