mirror of
				https://github.com/byReqz/netdiscover-docker.git
				synced 2025-11-04 05:51:31 +00:00 
			
		
		
		
	add passive to readme
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user