mirror of
https://github.com/byReqz/netdiscover-docker.git
synced 2024-11-21 17:13:15 +00:00
add passive to readme
This commit is contained in:
parent
457e0e875a
commit
9d49bf9c00
@ -5,7 +5,7 @@ currently supported (optional) arguments are:
|
|||||||
- port // specifies the port (def. 8080)
|
- port // specifies the port (def. 8080)
|
||||||
- userpass // sets http basic auth - ex. user:pass (def. none)
|
- userpass // sets http basic auth - ex. user:pass (def. none)
|
||||||
- title // sets tab title (def. netdiscover-docker)
|
- title // sets tab title (def. netdiscover-docker)
|
||||||
|
- passive // only listen but dont send requests
|
||||||
|
|
||||||
# docker compose
|
# docker compose
|
||||||
```yaml
|
```yaml
|
||||||
@ -21,6 +21,7 @@ services:
|
|||||||
# - port=1234
|
# - port=1234
|
||||||
# - userpass=user:pass
|
# - userpass=user:pass
|
||||||
# - title=1234
|
# - title=1234
|
||||||
|
# - passive=true
|
||||||
```
|
```
|
||||||
|
|
||||||
# credits
|
# credits
|
||||||
|
Loading…
Reference in New Issue
Block a user