GloryDNS | Threat Protection & Content Filtering in Web Base With DNS-Layer Security
1.2K
GloryDNS | Threat Protection & Content Filtering in Web Base With DNS-Layer Security
New firewall for your network with our Dynamic Recursive DNS & DNS-layer security.
Filter or unfilter domains (with or without all subdomains), websites, applications, games, or content by category. Enable or disable SafeSearch and NXDOMAIN redirection as you like via the content filtering web GUI. Configure it easily on your home or office network router with GloryDNS.
glorydns-node:1.1 is a GloryDNS Node version that can be installed locally. Once this Docker container is running, the node will request a connection to GloryDNS Master until approved, allowing it to participate in the network.
By running a GloryDNS Node, you are ready to contribute to the distribution of GloryDNS DNS queries in a large cluster network.
GloryDNS-Node is an image Docker for running DNS-based content filtering and analytics on a local server. Node configuration is available via the web GUI with 10 built-in rule policies.
Username:
glorydnsPassword:
glory#dns!docker pull marioyhzkiel/glorydns-node:1.1or
docker pull marioyhzkiel/glorydns-node:latestSo you can expose UDP port 53 from the Docker container to your host.
sudo systemctl stop systemd-resolved
sudo systemctl disable systemd-resolveddocker run -d --name glorydns-node \
-p 53:53/udp \
-p 53:53/tcp \
-p 80:80 \
--cap-add=NET_ADMIN \
--sysctl="net.ipv4.ip_forward=1" \
-e HOST_IP="$(hostname -I | awk '{print $1}')" \
--restart unless-stopped \
marioyhzkiel/glorydns-node:1.1or
docker run -d --name glorydns-node \
-p 53:53/udp \
-p 53:53/tcp \
-p 80:80 \
--cap-add=NET_ADMIN \
--sysctl="net.ipv4.ip_forward=1" \
-e HOST_IP="$(hostname -I | awk '{print $1}')" \
--restart unless-stopped \
marioyhzkiel/glorydns-node:latestNotes:
NET_ADMIN capability to manage IP internally.supervisord manages all services inside the container.docker ps
docker logs glorydns-node1.1 tag for this stable version.trivy or docker scan.Content type
Image
Digest
sha256:829cce6e1…
Size
443.7 MB
Last updated
4 months ago
docker pull marioyhzkiel/glorydns-node