out folder removed from ignore
This commit is contained in:
parent
00dca3eea7
commit
384bc34d3a
|
@ -1 +0,0 @@
|
|||
out/
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
cls
|
||||
java -jar proxy.jar
|
||||
exit
|
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
cls
|
||||
start /B javaw -jar proxy.jar
|
||||
exit
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"port" : "7458",
|
||||
"proxyList" : [
|
||||
"http://ideco.mcs.br/wpad.dat",
|
||||
"http://proxy.mcs.br:8080/array.dll?Get.Routing.Script"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
[2023-03-16 12:02:03] [SystemTray] System tray launched
|
||||
[2023-03-16 12:02:17] [Pregram] Exiting program
|
|
@ -0,0 +1,2 @@
|
|||
[2023-03-16 12:02:50] [SystemTray] System tray launched
|
||||
[2023-03-16 12:03:31] [Program] Exiting program
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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 |
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
cls
|
||||
start /B javaw -jar proxy.jar
|
||||
exit
|
|
@ -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.
Loading…
Reference in New Issue