Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanhowell/dnscrypt-proxy
https://github.com/nathanhowell/dnscrypt-proxy
dnscrypt dnscrypt-proxy docker-image
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathanhowell/dnscrypt-proxy
- Owner: NathanHowell
- Created: 2019-09-11T05:34:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T13:57:39.000Z (over 1 year ago)
- Last Synced: 2024-10-11T23:56:05.731Z (26 days ago)
- Topics: dnscrypt, dnscrypt-proxy, docker-image
- Language: Dockerfile
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dnscrypt-proxy Docker image
This is a no-frills Docker image for [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy).
The configuration is lightly modified from the supplied [example-dnscrypt-proxy.toml](https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/dnscrypt-proxy/example-dnscrypt-proxy.toml):```diff
42c42
< listen_addresses = ['127.0.0.1:53']
---
> listen_addresses = ['0.0.0.0:53']
55c55
< # user_name = 'nobody'
---
> user_name = 'nobody'
64c64
< ipv6_servers = false
---
> ipv6_servers = true
```