Configuration change log 3.1.5 to 3.2.1 - SlimeDog/NetworkInterceptor GitHub Wiki

NetworkInterceptor ▪ Monitor and block outgoing network connections

⚠️ There is a new top-level node in NetworkInterceptor 3.2.1 to support blocked-plugins. These changes must be performed manually; NetworkInterceptor does not change the files automatically.

config.yml

79a80,85
> # Blocked plugins
> # No network connections by the listed plugin(s) will be allowed, period.
> # Remove [] on the next line, and add the following line (without the # comment).
> # - pluginName
> blocked-plugins: []
> 

sample-allow-config.yml

79a80,85
> # Blocked plugins
> # No network connections by the listed plugin(s) will be allowed, period.
> # Remove [] on the next line, and add the following line (without the # comment).
> # - pluginName
> blocked-plugins: []
> 

sample-deny-config.yml

79a80,85
> # Blocked plugins
> # No network connections by the listed plugin(s) will be allowed, period.
> # Remove [] on the next line, and add the following line (without the # comment).
> # - pluginName
> blocked-plugins: []
>