Skip to content

Instantly share code, notes, and snippets.

@cacapon
Last active July 1, 2020 00:16
Show Gist options
  • Save cacapon/2e2232465d2773b824e7a0d7c5f5aad3 to your computer and use it in GitHub Desktop.
Save cacapon/2e2232465d2773b824e7a0d7c5f5aad3 to your computer and use it in GitHub Desktop.
先生側マシン用のDockerfile
FROM centos:7
RUN yum install -y unbound bind-utils firewalld
COPY local.d /etc/unbound/local.d
COPY conf.d /etc/unbound/conf.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment