Ich hab gerade die root.epk von Dauni entpackt und in der sieht man das er für Kouhei und Mijen EINEN Root-Server benutzt.
Code:
[22:42:16] Blacky: 0: {
1: {
'name': 'Kouhei',
'channel':
{
1: {
'state': '...', 'name': 'CH1 ', 'key': 11, [COLOR="Red"]'ip': ''[/COLOR], 'tcp_port': 23000, 'udp_port': 23000
}, 2: {
'state': '...', 'name': 'CH2 ', 'key': 12, [COLOR="Red"]'ip': ''[/COLOR], 'tcp_port': 27000, 'udp_port': 27000
}
}
},
2: {
'name': 'Mijen',
'channel':
{
1: {
'state': '...', 'name': 'CH1 ', 'key': 21, 'ip': [COLOR="Red"]''[/COLOR], 'tcp_port': 13000, 'udp_port': 13000
}, 2: {
'state': '...', 'name': 'CH2 ', 'key': 22, 'ip': [COLOR="Red"]''[/COLOR], 'tcp_port': 17000, 'udp_port': 17000
}
}
},