File tree Expand file tree Collapse file tree
src/io/github/explodingbottle/jmagicproxy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<classpath >
33 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
44 <classpathentry kind =" src" path =" src" />
5+ <classpathentry kind =" lib" path =" explodingaulib.jar" />
56 <classpathentry kind =" output" path =" bin" />
67</classpath >
Original file line number Diff line number Diff line change 11JMagicProxy
22===========
33
4- This proxy consists in a system which allows HTTP and HTTPS requests to be modified.
4+ This proxy consists in a system which allows HTTP and HTTPS requests to be modified.\
5+ This project requires ExplodingAULib for recompiling.
56
671 ) ** Command line arguments**
78
Original file line number Diff line number Diff line change 2020import java .io .File ;
2121import java .io .IOException ;
2222
23+ import io .github .explodingbottle .explodingau .ExplodingAULib ;
2324import io .github .explodingbottle .jmagicproxy .api .PluginsManager ;
2425import io .github .explodingbottle .jmagicproxy .logging .LoggerProvider ;
2526import io .github .explodingbottle .jmagicproxy .logging .LoggingLevel ;
@@ -123,6 +124,7 @@ synchronized static void shutdown() {
123124 * @param args Represents the command line arguments.
124125 */
125126 public static void main (String [] args ) {
127+ ExplodingAULib .standardProgramRoutine ("JMagicProxy" ); // Automatic Updates Implementation
126128 ArgumentsParser agp = new ArgumentsParser (args );
127129 String config = HardcodedConfig .getConfigFileName ();
128130 String ovc = agp .getArgumentByName ("override-config" );
You can’t perform that action at this time.
0 commit comments