Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-unbound
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
obi12341
docker-unbound
Commits
606caf7c
Unverified
Commit
606caf7c
authored
2 years ago
by
Patrick Oberdorf
Browse files
Options
Downloads
Patches
Plain Diff
release of 1.17
parent
aaa62cfc
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
README.md
+2
-2
2 additions, 2 deletions
README.md
assets/sha256checksum
+1
-1
1 addition, 1 deletion
assets/sha256checksum
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
with
5 additions
and
5 deletions
Dockerfile
+
1
−
1
View file @
606caf7c
FROM
ubuntu:bionic
FROM
ubuntu:bionic
MAINTAINER
patrick@oberdorf.net
MAINTAINER
patrick@oberdorf.net
ENV
VERSION 1.1
5
.0
ENV
VERSION 1.1
7
.0
WORKDIR
/usr/local/src/
WORKDIR
/usr/local/src/
ADD
assets/sha256checksum sha256checksum
ADD
assets/sha256checksum sha256checksum
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
606caf7c
...
@@ -5,12 +5,12 @@ Unbound (with DNSSEC validation)
...
@@ -5,12 +5,12 @@ Unbound (with DNSSEC validation)
Just use this command to start the container. Unbound will listen on port 53/udp.
Just use this command to start the container. Unbound will listen on port 53/udp.
```
docker run --name unbound -d -p 53:53/udp -p 53:53 mobilistics/unbound:1.1
5
.0```
```
docker run --name unbound -d -p 53:53/udp -p 53:53 mobilistics/unbound:1.1
7
.0```
(optional)
(optional)
If you want to override the nameserver in the unbound container, you can use:
If you want to override the nameserver in the unbound container, you can use:
```
docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" mobilistics/unbound:1.1
5
.0
```
```
docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" mobilistics/unbound:1.1
7
.0
```
# Configuration
# Configuration
These options can be set via the environment variable -e flag:
These options can be set via the environment variable -e flag:
...
...
This diff is collapsed.
Click to expand it.
assets/sha256checksum
+
1
−
1
View file @
606caf7c
a480dc6c8937447b98d161fe911ffc76cfaffa2da18788781314e81339f1126f
unbound-1.1
5
.0.tar.gz
dcbc95d7891d9f910c66e4edc9f1f2fde4dea2eec18e3af9f75aed44a02f1341
unbound-1.1
7
.0.tar.gz
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
606caf7c
unbound
:
unbound
:
image
:
mobilistics/unbound:1.1
5
.0
image
:
mobilistics/unbound:1.1
7
.0
ports
:
ports
:
-
"
53:53/udp"
-
"
53:53/udp"
-
"
53:53"
-
"
53:53"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment