mirror of
https://github.com/vdm-io/dynamic-ip.git
synced 2025-01-24 04:08:23 +00:00
19 lines
568 B
Markdown
19 lines
568 B
Markdown
Dynamic IP
|
|
============
|
|
This script will update the VDM system with your dynamic IP. To run this script, use the following command (as root):
|
|
|
|
First time use to setup permission as root:
|
|
```
|
|
bash <(wget -O - https://raw.githubusercontent.com/vdm-io/dynamic-ip/master/setip.sh)
|
|
```
|
|
Once permission is set:
|
|
```
|
|
curl -s https://raw.githubusercontent.com/vdm-io/dynamic-ip/master/setip.sh | bash
|
|
```
|
|
|
|
This script performs the following actions:
|
|
|
|
* Adds random Host Key.
|
|
* Adds a cron entry to update this file on a scheduled basis.
|
|
* Adds the server IP to VDM system.
|