From d90a9d832a2c1177dd442ea47e9bf31284f2b82b Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Fri, 4 Jun 2021 19:03:03 +0800 Subject: [PATCH] None gateway --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 961bf72..679571b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Otherwise, you can run this command to revert all changes made by the script: * `--ip ` Disable the auto network config (DHCP) and configure a static IP address, e.g. `10.0.0.2`, `1.2.3.4/24`, `2001:2345:6789:abcd::ef/48` * `--netmask ` e.g. `255.255.255.0`, `ffff:ffff:ffff:ffff::` - * `--gateway ` e.g. `10.0.0.1` + * `--gateway ` e.g. `10.0.0.1`, `none` if no gateway * `--dns '8.8.8.8 8.8.4.4'` (Default IPv6 DNS: `2001:4860:4860::8888 2001:4860:4860::8844`) * `--hostname ` FQDN hostname (includes the domain name), e.g. `server1.example.com` * `--network-console` Enable the network console of the installer. `ssh installer@ip` to connect