-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
39 lines (39 loc) · 994 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"accounts": {
"account0":{
"username":"201917050214",
"password":"123456"
},
"account1":{
"username":"",
"password":""
},
"account2":{
"username":"",
"password":""
}
},
"options": {
"autostartup": false,
"secret": "1234567890",
"acid": 1,
"type":2,
"n":117,
"mac": "00:00:00:00:00:00",
"autoMode":true
},
"server": {
"url": {
"portal": "http://172.16.154.130/cgi-bin/srun_portal",
"info": "http://172.16.154.130/cgi-bin/rad_user_info",
"getmsg": "http://172.16.154.130/get_msg.php",
"detect_acid": "http://172.16.154.130",
"account_settings": "http://172.16.154.130:8800",
"home":"http://172.16.154.130:8800"
},
"udp": {
"ip": "172.16.154.130",
"port": 3338
}
}
}