12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "DB": [{
- "building": "1101080001",
- "database": "db_public_10",
- "buildingadds": [{
- "building": "1101020001"
- },
- {
- "building": "1101020002"
- }
- ]
- },
- {
- "building": "1101080002",
- "database": "db_public_10"
- },
- {
- "building": "1101080003",
- "database": "db_public_10"
- },
- {
- "insertthread": "1"
- }
- ],
- "Port": [{
- "type": "Up",
- "port": "9999",
- "Compress": "false",
- "History": "false"
- },
- {
- "type": "Down",
- "port": "80",
- "Compress": "false",
- "History": "false"
- }
- ],
- "BlackList": [{
- "buildings": [{
- "building": "1234567890"
- },
- {
- "building": "8989898989"
- }
- ]
- }],
- "WhiteList": [{
- "funcids": [{
- "funcid": 0
- }]
- }]
- }
|