Skip to content

Commit

Permalink
更新概要:
Browse files Browse the repository at this point in the history
1.修改 lib 依赖
  • Loading branch information
zhangjianxin1 committed Mar 31, 2017
1 parent 39da70a commit c749476
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 5 deletions.
Binary file modified NSS-1.0-SNAPSHOT-jar-with-dependencies.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion NSS.iml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<orderEntry type="module-library">
<library name="Maven: com.sun.jna:jna:4.1.1">
<CLASSES>
<root url="jar://$MODULE_DIR$/libs/jna.jar!/" />
<root url="jar://$MODULE_DIR$/lib/jna.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Expand Down
2 changes: 1 addition & 1 deletion conf/client_config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"recent_address_list":["139.162.22.111"],"upload_speed":2740596,"download_speed":2859752,"server_port":150,"server_address":"139.162.22.111","protocal":"udp","socks5_port":1085,"auto_start":true}
{"recent_address_list":["139.162.101.111"],"upload_speed":2740596,"download_speed":2859752,"server_port":150,"server_address":"139.162.101.111","protocal":"udp","socks5_port":1085,"auto_start":true}
2 changes: 1 addition & 1 deletion conf/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<local_ip_addr>127.0.0.1</local_ip_addr>
<local_port>1081</local_port>
<method>aes-256-cfb</method>
<password>sssssssss</password>
<password>YjM0NDI100056748YNDIz</password>
</config>
Binary file added lib/commons-cli-1.3.1.jar
Binary file not shown.
Binary file added lib/fastjson-1.1.6.jar
Binary file not shown.
Binary file added lib/jna.jar
Binary file not shown.
Binary file added lib/miglayout-swing.jar
Binary file not shown.
Binary file added lib/pcap4j-core.jar
Binary file not shown.
Binary file added lib/pcap4j-packetfactory-static.jar
Binary file not shown.
Binary file added lib/slf4j-api-1.6.6.jar
Binary file not shown.
Binary file added lib/slf4j-nop-1.6.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<artifactId>jna</artifactId>
<version>4.1.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/jna.jar</systemPath>
<systemPath>${project.basedir}/lib/jna.jar</systemPath>
</dependency>
<!-- https://mvnrepository.com/artifact/com.miglayout/miglayout-swing -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/fs/client/FSClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class FSClient {

public static void start() throws Exception{
// SocksServer.getInstance().start();//启动netty
String[] args = new String[]{"-b"};
String[] args = new String[]{"-min"};
CommandLineParser parser = new DefaultParser();
Options options = new Options();
options.addOption("b", "back", false, "有此参数则运行CLI版本");
Expand Down

0 comments on commit c749476

Please sign in to comment.