forked from shadowsocks/ChinaDNS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
65 lines (46 loc) · 1.19 KB
/
CHANGES
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
1.3.2 2015-08-05
- Fix compatibility issues
1.3.1 2015-03-14
- Update strategy
1.3.0 2015-01-25
- Support DNS compression pointer mutation
1.2.1 2015-01-01
- Fix high CPU usage
1.2.0 2015-01-01
- Happy new year and add a new filter strategy
1.1.9 2014-12-26
- One Chinese DNS and one foreign DNS requirement is only a warning now
- Update iplist
1.1.8 2014-11-19
- Add -d option: also filter results inside China from foreign DNS servers
1.1.7 2014-09-16
- Add 443 port of OpenDNS as default DNS
1.1.6 2014-09-16
- Use fgets() for better portability
- Fix logs format
1.1.5 2014-09-08
- Support single IP address
- Update IP list and CHNRoute
1.1.4 2014-08-27
- Fix logs with stderr
- Fix remote socket not in nonblocking mode
- Fix restart function in OpenWRT init script
1.1.3 2014-08-11
- Make CHNRoute an option
- Output logs to stderr
1.1.2 2014-08-11
- Fix mask > 0xFFFF with chnroute
1.1.1 2014-08-08
- Use CIDR format in chnroute.txt
1.1.0 2014-08-07
- Support chnroute
1.0.4 2014-08-05
- Fix IP filter random failures
1.0.3 2014-07-29
- Fix segment fault when queue is full
1.0.2 2014-07-29
- Support -s hostname:port
1.0.1 2014-07-28
- Use autotools
1.0.0 2014-07-25
- Initial version