5 lines
66 B
Cheetah
5 lines
66 B
Cheetah
|
#!/bin/sh
|
||
|
|
||
|
wgvirtipd --addr={{ item.ip }}:8082 --link wg0
|
||
|
exit $?
|