Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md and remove beta code warning #755

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 ]
Loading