-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
107 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../shadowsocks/core/ChinaIpMaskManager.java → .../shadowsocks/core/ChinaIpMaskManager.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
...om/vpnmore/shadowsocks/core/DnsProxy.java → ...ava/com/vm/shadowsocks/core/DnsProxy.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...hadowsocks/core/HttpHostHeaderParser.java → ...hadowsocks/core/HttpHostHeaderParser.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../vpnmore/shadowsocks/core/NatSession.java → ...a/com/vm/shadowsocks/core/NatSession.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...e/shadowsocks/core/NatSessionManager.java → ...m/shadowsocks/core/NatSessionManager.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...more/shadowsocks/core/TcpProxyServer.java → ...m/vm/shadowsocks/core/TcpProxyServer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
...nmore/shadowsocks/core/TunnelFactory.java → ...om/vm/shadowsocks/core/TunnelFactory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...com/vpnmore/shadowsocks/dns/DnsFlags.java → ...java/com/vm/shadowsocks/dns/DnsFlags.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...om/vpnmore/shadowsocks/dns/DnsHeader.java → ...ava/com/vm/shadowsocks/dns/DnsHeader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...om/vpnmore/shadowsocks/dns/DnsPacket.java → ...ava/com/vm/shadowsocks/dns/DnsPacket.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.vpnmore.shadowsocks.dns; | ||
package com.vm.shadowsocks.dns; | ||
|
||
import java.nio.ByteBuffer; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...com/vpnmore/shadowsocks/dns/Question.java → ...java/com/vm/shadowsocks/dns/Question.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.vpnmore.shadowsocks.dns; | ||
package com.vm.shadowsocks.dns; | ||
|
||
import java.nio.ByteBuffer; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...com/vpnmore/shadowsocks/dns/Resource.java → ...java/com/vm/shadowsocks/dns/Resource.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.vpnmore.shadowsocks.dns; | ||
package com.vm.shadowsocks.dns; | ||
|
||
import java.nio.ByteBuffer; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...more/shadowsocks/dns/ResourcePointer.java → ...m/vm/shadowsocks/dns/ResourcePointer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...more/shadowsocks/tcpip/CommonMethods.java → ...m/vm/shadowsocks/tcpip/CommonMethods.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...m/vpnmore/shadowsocks/tcpip/IPHeader.java → ...va/com/vm/shadowsocks/tcpip/IPHeader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.vpnmore.shadowsocks.tcpip; | ||
package com.vm.shadowsocks.tcpip; | ||
|
||
public class IPHeader { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../vpnmore/shadowsocks/tcpip/TCPHeader.java → ...a/com/vm/shadowsocks/tcpip/TCPHeader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.vpnmore.shadowsocks.tcpip; | ||
package com.vm.shadowsocks.tcpip; | ||
|
||
|
||
public class TCPHeader { | ||
|
2 changes: 1 addition & 1 deletion
2
.../vpnmore/shadowsocks/tcpip/UDPHeader.java → ...a/com/vm/shadowsocks/tcpip/UDPHeader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...om/vpnmore/shadowsocks/tunnel/Config.java → ...ava/com/vm/shadowsocks/tunnel/Config.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.vpnmore.shadowsocks.tunnel; | ||
package com.vm.shadowsocks.tunnel; | ||
|
||
import java.net.InetSocketAddress; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...vpnmore/shadowsocks/tunnel/RawTunnel.java → .../com/vm/shadowsocks/tunnel/RawTunnel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...om/vpnmore/shadowsocks/tunnel/Tunnel.java → ...ava/com/vm/shadowsocks/tunnel/Tunnel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...tunnel/httpconnect/HttpConnectConfig.java → ...tunnel/httpconnect/HttpConnectConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...tunnel/httpconnect/HttpConnectTunnel.java → ...tunnel/httpconnect/HttpConnectTunnel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.