diff options
Diffstat (limited to 'cgi-bin/getconfig')
| -rw-r--r-- | cgi-bin/getconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cgi-bin/getconfig b/cgi-bin/getconfig index 21128a9..51de5b1 100644 --- a/cgi-bin/getconfig +++ b/cgi-bin/getconfig @@ -1,6 +1,6 @@ -cfg.ip=127.0.0.1 -cfg.mac=11:22:33:44:55:66 - -cfg.gateway=0.0.0.0 +macaddr=11:22:33:44:55:66 +ipaddr=127.0.0.1 +netmask=255.255.255.0 +gateway=0.0.0.0 |
