Skip to content

Commit 7099ece

Browse files
committed
update:configure file
1 parent 311189e commit 7099ece

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"bShowWnd": true,
55
"nHttpPort": 5501,
66
"nRFCPort": 5502,
7-
"nNTPPort": 123,
8-
"nDNSPort": 53,
7+
"nNTPPort": 0,
8+
"nDNSPort": 0,
99
"XMax": {
1010
"nMaxClient": 10000,
1111
"nMaxQueue": 10000,
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"DNSServer": [
3+
"8.8.8.8",
4+
"8.8.4.4"
5+
],
6+
"DNSList": [
7+
{
8+
"bEnable": false,
9+
"DNSName": "www.libxengine.com",
10+
"DNSAddr": [
11+
{
12+
"Type:": 5,
13+
"TTL": 60,
14+
"Name": "www.libxengine.com",
15+
"Addr": "www.xyry.org"
16+
},
17+
{
18+
"Type:": 1,
19+
"TTL": 60,
20+
"Name": "www.xyry.org",
21+
"Addr": "118.25.14.242"
22+
},
23+
{
24+
"Type:": 1,
25+
"TTL": 120,
26+
"Name": "www.libxengine.com",
27+
"Addr": "104.21.4.128"
28+
}
29+
]
30+
},
31+
{
32+
"bEnable": true,
33+
"DNSName": "www.xyry.org",
34+
"DNSAddr": [
35+
{
36+
"Type:": 1,
37+
"TTL": 120,
38+
"Name": "www.xyry.org",
39+
"Addr": "104.21.4.128"
40+
}
41+
]
42+
}
43+
]
44+
}

0 commit comments

Comments
 (0)