Skip to content

Commit

Permalink
expose container to port 53/upd
Browse files Browse the repository at this point in the history
  • Loading branch information
buckaroogeek committed Apr 3, 2020
1 parent 540f6e3 commit a84b65d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.client
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ ADD doh-client/doh-client.conf /doh-client.conf
RUN sed -i '$!N;s/"127.0.0.1:53",.*"127.0.0.1:5380",/":53",/;P;D' /doh-client.conf
RUN sed -i '$!N;s/"\[::1\]:53",.*"\[::1\]:5380",/":5380",/;P;D' /doh-client.conf

EXPOSE 53
EXPOSE 53/udp
EXPOSE 53/tcp
EXPOSE 5380

ENTRYPOINT ["/doh-client"]
Expand Down

0 comments on commit a84b65d

Please sign in to comment.