blob: c4d4d1e6b70082b46ed3889e2a48bac5ad8da5df (
plain)
1
2
3
4
5
6
|
set term pag off
create tap host-if-name lstack host-ip4-addr 192.168.10.2/24
set int ip address tap0 192.168.10.1/24
set int state tap0 up
http static server url-handlers www-root <path> uri tcp://0.0.0.0/1234 cache-size 10m fifo-size 2048
|