mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/opsec-blogposts.git
synced 2025-06-08 07:29:31 +00:00
vim
This commit is contained in:
parent
b9a683f082
commit
d45dfc02cf
1 changed files with 8 additions and 0 deletions
|
@ -193,6 +193,10 @@ We'll be using `dnscrypt-proxy` for this section of the tutorial, which offers s
|
||||||
|
|
||||||
9. (Optional) Tinker with the configuration file. The file is extensively commented, and has a lot of stuff you can mess around with.
|
9. (Optional) Tinker with the configuration file. The file is extensively commented, and has a lot of stuff you can mess around with.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
root@localhost:/opt/dnscrypt-proxy# vim dnscrypt-proxy.toml
|
||||||
|
```
|
||||||
|
|
||||||
For example, you can enable/disable DoH or DNSCrypt at around line 68-72. By default, they both should be enabled like this:
|
For example, you can enable/disable DoH or DNSCrypt at around line 68-72. By default, they both should be enabled like this:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
@ -282,3 +286,7 @@ routes = [
|
||||||
{ server_name='*', via=['*'] }
|
{ server_name='*', via=['*'] }
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### DNS over Tor
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue