File: settings.yml

package info (click to toggle)
python-tiny-proxy 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: python: 1,154; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
proxies:
  - proxy_type: socks5
    host: 0.0.0.0
    port: 7781
    username: user
    password: password
  - proxy_type: socks4
    host: 0.0.0.0
    port: 7772
  - proxy_type: http
    host: 0.0.0.0
    port: 7770
    username: user
    password: password
  - proxy_type: http
    host: 0.0.0.0
    port: 7774
    username: user
    password: password
    ssl_cert: ['./cert/server.pem', './cert/server.key']