We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b45e24 commit c937ad1Copy full SHA for c937ad1
README.md
@@ -1 +1,15 @@
1
-ConnectionInterceptor
+# Connection-Interceptor
2
+This tool allows you to intercept connections made from a java application
3
+
4
+## How to use
5
+You can run the agent using
6
+```bash
7
+java -javaagent:ConnectionInterceptor-1.0-SNAPSHOT.jar -jar application.jar
8
+```
9
10
+to disable connections you can use:
11
12
+java -javaagent:ConnectionInterceptor-1.0-SNAPSHOT.jar=disable -jar application.jar
13
14
15
+and yes this can be dynamically attached from another application.
0 commit comments