|
|
@ -34,14 +34,7 @@ Follow the [link](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Installation#o |
|
|
|
## server_names |
|
|
|
|
|
|
|
Change your _dnscrypt-proxy.toml_ config file. |
|
|
|
`server_names = ['pwoss.org']`` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Sources |
|
|
|
|
|
|
|
Disable all. |
|
|
|
`[sources]` |
|
|
|
`server_names = ['pwoss.org-dnscrypt']`` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -51,23 +44,12 @@ Go to the bottom _routes = [_ and add: |
|
|
|
|
|
|
|
``` |
|
|
|
routes = [ |
|
|
|
{ server_name='2.dnscrypt-cert.pwoss.org', via=['sdns://gRM0NS4xNDIuMTc2LjE3MDo0NDM0'] } |
|
|
|
{ server_name='pwoss.org-dnscrypt', via=['anon-pwoss.org'] } |
|
|
|
] |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Static |
|
|
|
|
|
|
|
Scroll down to the bottom and add PwOSS server in _static_ and _stamp_: |
|
|
|
|
|
|
|
``` |
|
|
|
[static.'pwoss.org'] |
|
|
|
stamp = 'sdns://AQcAAAAAAAAAEzQ1LjE0Mi4xNzYuMTcwOjQ0MzQgZF8FTkuFVFw6YP5x8ydebnTb8ONP7Ti6P0K1REyhUHgZMi5kbnNjcnlwdC1jZXJ0LnB3b3NzLm9yZw' |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Restart the service or reconnect your client. |
|
|
|
|
|
|
|
Check your connection with [dnsleaktest.com](https://www.dnsleaktest.com). |