added documentation
This commit is contained in:
parent
a6d519f83a
commit
1536777c64
10 changed files with 497 additions and 289 deletions
|
@ -91,7 +91,7 @@ class config{
|
|||
const PROXY_DDG = false; // duckduckgo
|
||||
const PROXY_BRAVE = false;
|
||||
const PROXY_FB = false; // facebook
|
||||
const PROXY_GOOGLE = false;
|
||||
const PROXY_GOOGLE = "bird2";
|
||||
const PROXY_MARGINALIA = false;
|
||||
const PROXY_MOJEEK = false;
|
||||
const PROXY_SC = false; // soundcloud
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Specify proxies by following this format:
|
||||
# <type>:<address>:<port>:<username>:<password>
|
||||
# <protocol>:<address>:<port>:<username>:<password>
|
||||
#
|
||||
# Examples:
|
||||
# https:1.3.3.7:6969:abcd:efg
|
||||
# socks4:1.2.3.4:8080::
|
||||
# raw_ip::::
|
||||
#
|
||||
# Available types:
|
||||
# Available protocols:
|
||||
# raw_ip, http, https, socks4, socks5, socks4a, socks5_hostname
|
||||
|
||||
# Local tor proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue