summaryrefslogtreecommitdiff
path: root/net-proxy/bfilter/files/forwarding-proxy.xml
blob: dafcbb1ed664534a39f9d00cbcdb8bb080405e1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<forwarding>
    <option name="Direct">
    </option>
    <option name="ISP Proxy" selected="selected">
        <bypass>
            <simple-hostnames/>
            <host-mask>*.isp.com</host-mask>
            <host-mask>192.168.*</host-mask>
        </bypass>
        <proxy-chain>
            <proxy>
                <type>socks4</type><!-- available types: http, socks4, socks4a and socks5 -->
                <host>localhost</host>
                <port>9050</port>
            </proxy>
        </proxy-chain>
    </option>
</forwarding>