blob: 6a0480f96883ebaf3e1db9a8c00226b40ddfb547 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[
{ type: install
message: <<EOM
You can use spoofdpi rc.d service and specify arguments
for spoofdpi program in rc.conf file like this below:
spoofdpi_args="-port 8181 -dns-addr 1.1.1.1 -enable-doh"
To enable/start spoofdpi service:
# service spoofdpi enable
# service spoofdpi start
Now, you can configure your web browser to use this proxy.
EOM
}
]
|