Pull request: scripts: imp docs and ports
Merge in DNS/adguard-home from dockerfile-ports to master
Squashed commit of the following:
commit ece0295105ee4429be68a72724da457dd1e87f7f
Merge: 3c5ae853 2f661df8
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Tue Jul 27 12:31:04 2021 +0300
Merge branch 'master' into dockerfile-ports
commit 3c5ae8538b1463c21e91289adc27ceac9012e04e
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date: Mon Jul 26 20:56:45 2021 +0300
scripts: imp docs and ports
This commit is contained in:
parent
2f661df88c
commit
f2046a5f06
|
@ -33,18 +33,21 @@ COPY --chown=nobody:nogroup\
|
||||||
|
|
||||||
RUN setcap 'cap_net_bind_service=+eip' /opt/adguardhome/AdGuardHome
|
RUN setcap 'cap_net_bind_service=+eip' /opt/adguardhome/AdGuardHome
|
||||||
|
|
||||||
# 53 : DNS
|
# 53 : TCP, UDP : DNS
|
||||||
# 67, 68 : DHCP
|
# 67 : UDP : DHCP (server)
|
||||||
# 80 : HTTP
|
# 68 : UDP : DHCP (client)
|
||||||
# 443 : HTTPS, DNS-over-HTTPS, DNSCrypt
|
# 80 : TCP : HTTP (main)
|
||||||
# 853 : DNS-over-TLS
|
# 443 : TCP, UDP : HTTPS, DNS-over-HTTPS (incl. HTTP/3), DNSCrypt (main)
|
||||||
# 3000 : HTTP alt
|
# 784 : UDP : DNS-over-QUIC (experimental)
|
||||||
# 3001 : HTTP beta
|
# 853 : TCP, UDP : DNS-over-TLS, DNS-over-QUIC
|
||||||
# 5443 : DNSCrypt alt
|
# 3000 : TCP, UDP : HTTP(S) (alt, incl. HTTP/3)
|
||||||
# 6060 : HTTP pprof
|
# 3001 : TCP, UDP : HTTP(S) (beta, incl. HTTP/3)
|
||||||
# 8853 : DNS-over-QUIC
|
# 5443 : TCP, UDP : DNSCrypt (alt)
|
||||||
EXPOSE 53/tcp 53/udp 67/udp 68/udp 80/tcp 443/tcp 443/udp 853/tcp\
|
# 6060 : TCP : HTTP (pprof)
|
||||||
3000/tcp 3001/tcp 5443/tcp 5443/udp 6060/tcp 8853/udp
|
# 8853 : UDP : DNS-over-QUIC (experimental)
|
||||||
|
EXPOSE 53/tcp 53/udp 67/udp 68/udp 80/tcp 443/tcp 443/udp 784/udp\
|
||||||
|
853/tcp 853/udp 3000/tcp 3000/udp 3001/tcp 3001/udp 5443/tcp\
|
||||||
|
5443/udp 6060/tcp 8853/udp
|
||||||
|
|
||||||
WORKDIR /opt/adguardhome/work
|
WORKDIR /opt/adguardhome/work
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue