Skip to content

Commit c937ad1

Browse files
authored
Update README.md
1 parent 2b45e24 commit c937ad1

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
ConnectionInterceptor
1+
# 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+
```bash
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

Comments
 (0)