mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-26 22:16:11 +00:00
Update
This commit is contained in:
@@ -32,8 +32,8 @@ This script is written to reinstall a VPS/virtual machine to Debian 10 Buster.
|
|||||||
|
|
||||||
## Available Options
|
## Available Options
|
||||||
|
|
||||||
* `--ip <string>` Disable the auto network config (DHCP) and set a static public/private IP address, e.g. `10.0.0.2`
|
* `--ip <string>` Disable the auto network config (DHCP) and set a static IP address, e.g. `10.0.0.2`, `1.2.3.4/24`, `2001:2345:6789:abcd::ef/48`
|
||||||
* `--netmask <string>` Subnet mask of the static public/private IP address, e.g. (IPv4) `255.255.255.0` (IPv6) `ffff:ffff:ffff:ffff::`
|
* `--netmask <string>` e.g. `255.255.255.0`, `ffff:ffff:ffff:ffff::`
|
||||||
* `--gateway <string>` e.g. `10.0.0.1`
|
* `--gateway <string>` e.g. `10.0.0.1`
|
||||||
* `--dns '8.8.8.8 8.8.4.4'`
|
* `--dns '8.8.8.8 8.8.4.4'`
|
||||||
* `--hostname <string>` FQDN hostname (includes the domain name), e.g. `server1.example.com`
|
* `--hostname <string>` FQDN hostname (includes the domain name), e.g. `server1.example.com`
|
||||||
|
|||||||
Reference in New Issue
Block a user