mirror of
https://github.com/vdm-io/dynamic-ip.git
synced 2025-01-09 13:00:28 +00:00
14 lines
405 B
Markdown
14 lines
405 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):
|
|
|
|
```
|
|
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.
|