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.
- Host: GitHub
- URL: https://github.com/cumpsd/edns0
- Owner: CumpsD
- License: mit
- Created: 2023-04-14T00:24:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T20:46:48.000Z (over 3 years ago)
- Last Synced: 2025-01-19T14:46:12.908Z (over 1 year ago)
- Topics: traefik-plugin
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```