Skip to content

Commit

Permalink
Update README.md (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard authored Jun 26, 2024
1 parent 6b2808b commit 4b734a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
> - IPv4/v6 defragmentation and TCP reassembly
> - Nanoseconds in timestamps
*NOTE: The code before version 1.x is considered beta quality and is subject to breaking changes.*

## Features

- **[Pipelining](./docs/running_mode.md)**
Expand Down
23 changes: 0 additions & 23 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,26 +49,3 @@ pipelines:
- name: console
stdout:
mode: text

################################################
# DEPRECATED - multiplexer configuration
# more details: https://github.com/dmachard/go-dnscollector/blob/main/docs/running_mode.md#multiplexer
# workers: https://github.com/dmachard/go-dnscollector/blob/main/docs/workers.md
# transformers: https://github.com/dmachard/go-dnscollector/blob/main/docs/transformers.md
################################################
# multiplexer:
# collectors:
# - name: tap
# dnstap:
# listen-ip: 0.0.0.0
# listen-port: 6000
# transforms:
# normalize:
# qname-lowercase: true
# loggers:
# - name: console
# stdout:
# mode: text
# routes:
# - from: [ tap ]
# to: [ console ]

0 comments on commit 4b734a8

Please sign in to comment.