diff options
| author | Marin Ivanov <[email protected]> | 2024-08-20 12:02:40 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2024-08-20 12:02:40 +0300 |
| commit | ec34163617e3588a63dc611834a372746f9d4107 (patch) | |
| tree | 3d8220a89b9a0c5bb13bd911084b117d344e8a9f /cgi-bin | |
| parent | 08a1acccd6c6e6a11211b065a40629c08312686a (diff) | |
wip: dynamic data
Diffstat (limited to 'cgi-bin')
| -rw-r--r-- | cgi-bin/getconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cgi-bin/getconfig b/cgi-bin/getconfig new file mode 100644 index 0000000..21128a9 --- /dev/null +++ b/cgi-bin/getconfig @@ -0,0 +1,6 @@ +cfg.ip=127.0.0.1 +cfg.mac=11:22:33:44:55:66 + +cfg.gateway=0.0.0.0 + + |
