Merge pull request #85 from RayGicEFL/master

fix config directory name
This commit is contained in:
Neo Peng 2022-01-14 10:44:17 +08:00 committed by GitHub
commit 9ae61fbeff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -12,9 +12,9 @@
* edit your plugin config files: `${lower plugin name}.conf` file in the `conf` dir where `ja-netfilter.jar` is located.
* the `conf` and `plugins` directory can be specified through **the javaagent args**.
* eg: `-javaagent:/path/to/ja-netfilter.jar=appName`, your config and plugins directories will be `conf-appname` and `plugins-appname`.
* if no javaagent args, they default to `conf` and `plugins`.
* this mechanism will avoid extraneous and bloated `conf` and `plugins`.
* eg: `-javaagent:/path/to/ja-netfilter.jar=appName`, your config and plugins directories will be `config-appname` and `plugins-appname`.
* if no javaagent args, they default to `config` and `plugins`.
* this mechanism will avoid extraneous and bloated `config` and `plugins`.
* run your java application and enjoy~
@ -60,4 +60,4 @@ EQUAL,somedomain
* download the jar file of the plugin
* put it in the subdirectory called `plugins` where the ja-netfilter.jar file is located
* enjoy the new capabilities brought by the plugin