Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit e26ffff

Browse files
committed
sdk 0.3.4 & forwarder/proxy 0.4.0
1 parent 21b4537 commit e26ffff

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Add CRXObfuscator
3333
### 0.3.3
3434
Obfuscators are now Cryptors, shipped with a new AESCryptor
3535

36+
### 0.3.4
37+
Add DSCP option
38+
3639
## dragonite-mux
3740

3841
### 0.1.0
@@ -85,6 +88,11 @@ Add an option (-r) for forwarding connections to remote servers
8588
### 0.3.3
8689
Add the same encryption system as dragonite-proxy, use option (-k) to set passwords
8790

91+
### 0.4.0
92+
Add an option (--dscp) for customizing DSCP field of UDP packets
93+
94+
Add an option (--skip-update) for skipping update-checking
95+
8896
## dragonite-proxy
8997

9098
### 0.1.0
@@ -111,4 +119,11 @@ Adapt to the new protocol layer encryption, remove obsolete encryption system.
111119
Fix a buffer length bug in UDP relay
112120

113121
### 0.3.1
114-
Update checking system
122+
Update checking system
123+
124+
### 0.4.0
125+
Add an option (--dscp) for customizing DSCP field of UDP packets
126+
127+
Add an option (--skip-update) for skipping update-checking
128+
129+
Fix unclear ACL exception messages

VERSIONS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
forwarder-0.3.3
2-
proxy-0.3.1
1+
forwarder-0.4.0
2+
proxy-0.4.0

dragonite-forwarder/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group 'com.vecsight.dragonite'
14-
version '0.3.3'
14+
version '0.4.0'
1515

1616
apply plugin: 'java'
1717
apply plugin: 'application'

dragonite-proxy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group 'com.vecsight.dragonite'
14-
version '0.3.1'
14+
version '0.4.0'
1515

1616
apply plugin: 'java'
1717
apply plugin: 'application'

dragonite-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group 'com.vecsight.dragonite'
14-
version '0.3.3'
14+
version '0.3.4'
1515

1616
apply plugin: 'java-library'
1717
apply plugin: 'java-library-distribution'

0 commit comments

Comments
 (0)