mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
19 lines
1.5 KiB
ReStructuredText
19 lines
1.5 KiB
ReStructuredText
.. code-block:: json
|
|
|
|
{ "http-server": {} }
|
|
|
|
+-----------------------------------+----------------------------------------------------------------------+
|
|
| Attribute | Description |
|
|
+===================================+======================================================================+
|
|
| **name** | | Mandatory HTTP server name. |
|
|
+-----------------------------------+----------------------------------------------------------------------+
|
|
| **network-interface** | | Mandatory HTTP server network-interface. |
|
|
+-----------------------------------+----------------------------------------------------------------------+
|
|
| **port** | | Local TCP port. |
|
|
| | | Default: 80 Range: 1 - 65535 |
|
|
+-----------------------------------+----------------------------------------------------------------------+
|
|
| **ipv4-address** | | Local IPv4 address. |
|
|
+-----------------------------------+----------------------------------------------------------------------+
|
|
| **ipv6-address** | | Local IPv6 address. |
|
|
+-----------------------------------+----------------------------------------------------------------------+
|