out folder removed from ignore

This commit is contained in:
BelPE 2023-03-29 17:25:49 +08:00
parent 00dca3eea7
commit 384bc34d3a
24 changed files with 65 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
out/

Binary file not shown.

View File

@ -0,0 +1,4 @@
@echo off
cls
java -jar proxy.jar
exit

View File

@ -0,0 +1,4 @@
@echo off
cls
start /B javaw -jar proxy.jar
exit

View File

@ -0,0 +1,7 @@
{
"port" : "7458",
"proxyList" : [
"http://ideco.mcs.br/wpad.dat",
"http://proxy.mcs.br:8080/array.dll?Get.Routing.Script"
]
}

View File

@ -0,0 +1,2 @@
[2023-03-16 12:02:03] [SystemTray] System tray launched
[2023-03-16 12:02:17] [Pregram] Exiting program

View File

@ -0,0 +1,2 @@
[2023-03-16 12:02:50] [SystemTray] System tray launched
[2023-03-16 12:03:31] [Program] Exiting program

View File

@ -0,0 +1,6 @@
[2023-03-16 12:17:43] [Config Loading] Port loaded: 7458
[2023-03-16 12:17:43] [BindSocket] Socket binded
[2023-03-16 12:17:43] [BindSocket] Local Socket Address: localhost/127.0.0.1:7458
[2023-03-16 12:17:43] [SystemTray] System tray launched
[2023-03-16 12:18:06] [Program] Closing server socket...
[2023-03-16 12:18:06] [Program] Exiting program

View File

@ -0,0 +1,6 @@
[2023-03-16 12:19:34] [Config Loading] Port loaded: 7458
[2023-03-16 12:19:34] [BindSocket] Socket binded
[2023-03-16 12:19:34] [BindSocket] Local Socket Address: localhost/127.0.0.1:7458
[2023-03-16 12:19:35] [SystemTray] System tray launched
[2023-03-16 12:19:38] [Program] Closing server socket...
[2023-03-16 12:19:38] [Program] Exiting program

View File

@ -0,0 +1,6 @@
[2023-03-16 12:33:27] [Config Loading] Port loaded: 7458
[2023-03-16 12:33:27] [BindSocket] Socket binded
[2023-03-16 12:33:27] [BindSocket] Local Socket Address: localhost/127.0.0.1:7458
[2023-03-16 12:33:27] [SystemTray] System tray launched
[2023-03-16 12:33:29] [Program] Closing server socket...
[2023-03-16 12:33:29] [Program] Exiting program

View File

@ -0,0 +1,7 @@
[2023-03-29 17:02:36] [Config Loading] Port loaded: 7458
[2023-03-29 17:02:36] [BindSocket] Socket binded
[2023-03-29 17:02:36] [BindSocket] Local Socket Address: localhost/127.0.0.1:7458
[2023-03-29 17:02:36] [Config Loading] Proxy list loaded. Items count: 2
[Config Loading] Proxy list item: http://ideco.mcs.br/wpad.dat
[Config Loading] Proxy list item: http://proxy.mcs.br:8080/array.dll?Get.Routing.Script
[2023-03-29 17:02:37] [SystemTray] System tray launched

View File

@ -0,0 +1,7 @@
[2023-03-29 17:04:54] [Config Loading] Port loaded: 7458
[2023-03-29 17:04:54] [BindSocket] Socket binded
[2023-03-29 17:04:54] [BindSocket] Local Socket Address: localhost/127.0.0.1:7458
[2023-03-29 17:04:54] [Config Loading] Proxy list loaded. Items count: 2
[Config Loading] Proxy list item: http://ideco.mcs.br/wpad.dat
[Config Loading] Proxy list item: http://proxy.mcs.br:8080/array.dll?Get.Routing.Script
[2023-03-29 17:04:55] [SystemTray] System tray launched

View File

@ -0,0 +1,7 @@
[2023-03-29 17:05:52] [Config Loading] Port loaded: 7458
[2023-03-29 17:05:52] [BindSocket] Socket binded
[2023-03-29 17:05:52] [BindSocket] Local Socket Address: localhost/127.0.0.1:7458
[2023-03-29 17:05:52] [Config Loading] Proxy list loaded. Items count: 2
[Config Loading] Proxy list item: http://ideco.mcs.br/wpad.dat
[Config Loading] Proxy list item: http://proxy.mcs.br:8080/array.dll?Get.Routing.Script
[2023-03-29 17:05:52] [SystemTray] System tray launched

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,4 @@
@echo off
cls
start /B javaw -jar proxy.jar
exit

View File

@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: org.proxy.Main

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.