2 lines
61 B
Bash
2 lines
61 B
Bash
#!/bin/bash
|
|
export SERVER_IP=$(curl -s https://api.ipify.org) |
#!/bin/bash
|
|
export SERVER_IP=$(curl -s https://api.ipify.org) |