update links

Signed-off-by: pengzhile <pengzhile@gmail.com>
This commit is contained in:
pengzhile 2022-06-01 09:56:54 +08:00
parent 0b215450ca
commit 2888d8deee
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
## Usage
* download from the [releases page](https://github.com/ja-netfilter/ja-netfilter/releases)
* download from the [releases page](https://gitee.com/ja-netfilter/ja-netfilter/releases)
* add `-javaagent:/absolute/path/to/ja-netfilter.jar` argument (**Change to your actual path**)
* add as an argument of the `java` command. eg: `java -javaagent:/absolute/path/to/ja-netfilter.jar -jar executable_jar_file.jar`
* some apps support the `JVM Options file`, you can add as a line of the `JVM Options file`.
@ -68,7 +68,7 @@ EQUAL,somedomain
## Plugin system
* for developer:
* view the [scaffold project](https://github.com/ja-netfilter/ja-netfilter-sample-plugin) written for the plugin system
* view the [scaffold project](https://gitee.com/ja-netfilter/ja-netfilter-sample-plugin) written for the plugin system
* compile your plugin and publish it
* just use your imagination~