paspo e5ab621beb
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64) (push) Successful in 1m3s
Container Publish / build-image (arm64) (push) Successful in 56s
Container Publish / update docker manifest (push) Successful in 10s
Vulnerability Scan / Daily Vulnerability Scan (arm64) (push) Successful in 5s
Vulnerability Scan / Daily Vulnerability Scan (amd64) (push) Successful in 20s
better vulnscan message
2025-10-08 17:26:39 +02:00
2025-10-08 17:26:39 +02:00
2025-07-29 10:10:14 +02:00
2025-09-29 20:14:01 +02:00
2025-10-08 17:25:37 +02:00
2025-09-29 20:14:01 +02:00
2024-03-28 10:29:46 +01:00
2025-10-08 17:25:37 +02:00

Dockerized Unbound for caching purposes

Usage with docker compose

version: '3.9'

services:
  dns:
    image: docker.asperti.com/paspo/dnscache:latest
    container_name: zabbix-dns
    ports:
      - 127.0.0.1:1053:1053
      - 127.0.0.1:1053:1053/udp
      - 127.0.0.1:8000:8000  # dns proxy
    environment:
      LOGS: true
      LOGDIR: /logs
      PORT: 1053
      VERBOSITY: 1
      DNSPROXY: true
      ACCESSLOG: true
    volumes:
      - ./logs:/logs

Usage with docker

docker run --rm --name zabbix-dns \
  -p "1053:1053" -p "1053:1053/udp" \
  -ti docker.asperti.com/paspo/dnscache:latest
Description
No description provided
Readme GPL-3.0 80 KiB
Languages
Go 63.6%
Shell 22.5%
Dockerfile 13.9%