From 5bc869f4ffa5c57a25020c49cec9d85f46719c0c Mon Sep 17 00:00:00 2001 From: Terekhin Alexandr Date: Sun, 5 Oct 2025 11:26:07 +0300 Subject: [PATCH] DNS draft --- compose.yaml | 5 +++++ dns/Dockerfile | 2 ++ nginx-stream/stream.conf.template | 5 +++-- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 dns/Dockerfile diff --git a/compose.yaml b/compose.yaml index 681e220..5b3f7a5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -66,6 +66,11 @@ services: networks: - proxy-tier + dns: + build: ./dns + volumes: + expose: + - "53" phpldapadmin: image: phpldapadmin/phpldapadmin environment: diff --git a/dns/Dockerfile b/dns/Dockerfile new file mode 100644 index 0000000..a8e2868 --- /dev/null +++ b/dns/Dockerfile @@ -0,0 +1,2 @@ +FROM internetsystemsconsortium/bind9:9.21 + diff --git a/nginx-stream/stream.conf.template b/nginx-stream/stream.conf.template index 9c034cf..b13e37e 100644 --- a/nginx-stream/stream.conf.template +++ b/nginx-stream/stream.conf.template @@ -31,8 +31,9 @@ stream { } map $ssl_client_verify $name { - SUCCESS sstp; - default fallback; + #TODO Fix it + SUCCESS fallback; + default sstp; } upstream sstp {