File: proxy.conf

package info (click to toggle)
srpc 0.10.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,100 kB
  • sloc: cpp: 23,170; python: 10; makefile: 8; sh: 6
file content (14 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "server":
  {
    "port": %s
  },

  "client":
  {
    "remote_host": "127.0.0.1",
    "remote_port": %s,
    "retry_max": 2
  }
}