mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-13 18:18:15 +03:00
Parse and validate subnet ranges
This commit is contained in:
parent
e73047b14f
commit
92333a08d8
5 changed files with 185 additions and 23 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
build:
|
||||
CGO_ENABLED=0 go build -v -ldflags="-s -w"
|
||||
|
||||
run:
|
||||
./wireguard-ui
|
||||
|
||||
clean:
|
||||
rm -f wireguard-ui
|
Loading…
Add table
Add a link
Reference in a new issue