diff options
| author | Marin Ivanov <[email protected]> | 2024-08-21 10:46:07 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2024-08-21 10:46:07 +0300 |
| commit | a9ba463ba6d32d45ff01ccc0adc4122414e64a60 (patch) | |
| tree | 1ea0813572e22c4c7d873acf2574e78670862772 /config.toml | |
| parent | 78928c51e835cc3e460fc49d0a891e921ad17247 (diff) | |
fix network config
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index f5546a7..f38ee4c 100644 --- a/config.toml +++ b/config.toml @@ -31,7 +31,7 @@ invalidmsg = "Enter network mask. E.g. 255.255.255.0" required = true [[sections.network.fields]] -id = "gateway" +id = "gwaddr" type = "ip" title = "Gateway" pattern = "\\d+.\\d+.\\d+.\\d+" |
