paspo 5189c998f7
Some checks failed
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64) (push) Successful in 26s
Container Publish / build-image (arm64) (push) Successful in 11s
Container Publish / update docker manifest (push) Successful in 10s
Vulnerability Scan / Daily Vulnerability Scan (amd64) (push) Failing after 9s
Vulnerability Scan / Daily Vulnerability Scan (arm64) (push) Successful in 6s
build without tag
2025-09-29 20:15:51 +02:00
2025-09-29 20:15:51 +02:00
2025-07-29 10:10:14 +02:00
2025-09-29 20:14:01 +02:00
2024-03-28 10:29:46 +01:00
2025-09-29 20:14:01 +02:00
2024-03-28 10:29:46 +01:00
2025-03-24 14:40:12 +01:00

Dockerized Unbound for caching purposes

Build Status

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

test drone config

drone starlark --format  --stdout 
Description
No description provided
Readme GPL-3.0 80 KiB
Languages
Go 63.6%
Shell 22.5%
Dockerfile 13.9%