Skip to content

Commit

Permalink
⏩ Add SRV records support
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVance committed May 21, 2020
1 parent 56c169d commit 092d2e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions 1.10.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ RUN set -x && \

COPY a-records.conf /opt/unbound/etc/unbound/
COPY forward-records.conf /opt/unbound/etc/unbound/
COPY srv-records.conf /opt/unbound/etc/unbound/
COPY unbound.sh /

RUN chmod +x /unbound.sh
Expand Down
2 changes: 2 additions & 0 deletions 1.10.1/srv-records.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SRV records
# _service._proto.name. | TTL | class | SRV | priority | weight | port | target.
1 change: 1 addition & 0 deletions 1.10.1/unbound.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ server:
# Include file for local-data and local-data-ptr
include: /opt/unbound/etc/unbound/a-records.conf
include: /opt/unbound/etc/unbound/srv-records.conf
###########################################################################
# FORWARD ZONE
Expand Down

0 comments on commit 092d2e8

Please sign in to comment.