Check the blog site below
All Configuration files will be located at /Home/Wireguard or /root/Wireguard
Check the blog site below
All Configuration files will be located at /Home/Wireguard or /root/Wireguard
/** | |
* Developed by Muhammad Ehsanul Hoque on December 15, 2016 | |
* Took helop form the link StackOverflow | |
* http://stackoverflow.com/questions/22927298/create-ip-range-from-start-and-end-point-in-javascript-or-jquery | |
* | |
* Credit goes to portforwardpodcast(http://stackoverflow.com/users/836450/portforwardpodcast) for the loop code. | |
* | |
* Just call IPAddressGenerator.Generate("XXX.XXX.XXX.XXX", "XXX.XXX.XXX.XXX") and in return you will get range of ip as array. | |
* | |
* IPAddressGenerator.Generate(start_ip, end_ip, stop_at) |