Line | |
---|
1 | # sample peer.cfg for gbox client in mgcamd |
---|
2 | # syntax the same as in cwshare.cfg, |
---|
3 | # you can just copy cwshare.cfg to this file. |
---|
4 | # see below for supported tags, others not supported (yet). |
---|
5 | |
---|
6 | # max cards to send ecm too + preffered cards ids (up to 32) |
---|
7 | X: { 05 } 1234 ABCD |
---|
8 | |
---|
9 | # max card's distance to use for ecm |
---|
10 | I: ( 05 } |
---|
11 | |
---|
12 | # resend after 2 seconds, re-sync (send to all) after 3 seconds |
---|
13 | N: { 0 0 0 0 2000 3000 } |
---|
14 | # same, but for NDS cards |
---|
15 | S: { 0 0 0 0 400 500 } |
---|
16 | |
---|
17 | # my host and password |
---|
18 | M: { my.dyndns.com { 1234ABCD }} |
---|
19 | |
---|
20 | # peers, unlimited number, but only up to 32 unique ports to listen |
---|
21 | # host, port to listen, remote port, password, levels (ignored) |
---|
22 | D: { peer1.dyndns.com { 2471 3471 { ABCD1234 { 9 9 }}}} |
---|
23 | D: { peer2.dyndns.com { 2471 3471 { 6789ABCD { 9 9 }}}} |
---|
24 | |
---|
25 | # ignore ids |
---|
26 | Y: { 01 02 } |
---|
27 | Y: { 02 03 } |
---|
28 | |
---|
29 | # always save ids, caid-id + id |
---|
30 | G: { 05023B00 1234 } |
---|
31 | G: { 01000065 5678 } |
---|
32 | |
---|
33 | # virtual cards |
---|
34 | V: { 01 { 05 00 7C 00 }} |
---|
35 | V: { 02 { 18 01 04 01 }} |
---|
36 | V: { 02 { 18 01 05 01 }} |
---|
37 | V: { 03 { 18 01 40 01 }} |
---|
38 | V: { 03 { 18 01 41 01 }} |
---|
Note: See
TracBrowser
for help on using the repository browser.