mirror of
https://github.com/Kiritow/wg-ops.git
synced 2024-03-22 13:11:37 +08:00
7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo 'Detecting Public IP address...'
|
|
export WG_PUBLICIP=$(curl ident.me)
|
|
|
|
python3 wgop_display.py
|