An open API service indexing awesome lists of open source software.

https://github.com/cumpsd/edns0

Add EDNS0 ECS support to Traefik.
https://github.com/cumpsd/edns0

traefik-plugin

Last synced: 10 months ago
JSON representation

Add EDNS0 ECS support to Traefik.

Awesome Lists containing this project

README

          

# Traefik EDNS0/ECS Middleware

## Install

```yaml
additionalArguments:
- "--experimental.plugins.edns0.moduleName=github.com/CumpsD/edns0"
- "--experimental.plugins.edns0.version=v0.0.3"
```

```yaml
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: edns0
spec:
plugin:
edns0:
Prefix: "EDNS0"
```