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

NetworkInterceptor ▪ Monitor and block outgoing network connections

Dependencies were updated, which does not affect functionality. Some comments were changed, for clarity and consistency going forward. Finally, a few cloud proxy IP addresses were added to the allow sample.

config.yml

10c10,13
< # Minecraft version support: 1.12.2, 1.13,2, 1.14.4, 1.15.2, 1.16.5, 1.17.x
---
> # Supported MC versions:
> # https://github.com/SlimeDog/NetworkInterceptor/wiki/Technical-Details
> # Default configuration:
> # https://github.com/SlimeDog/NetworkInterceptor/blob/master/src/main/resources/config.yml

sample-allow-config.yml

10c10,13
< # Minecraft version support: 1.12.2, 1.13,2, 1.14.4, 1.15.2, 1.16.5, 1.17.x
---
> # Supported MC versions:
> # https://github.com/SlimeDog/NetworkInterceptor/wiki/Technical-Details
> # Default configuration:
> # https://github.com/SlimeDog/NetworkInterceptor/blob/master/src/main/resources/config.yml
138a142,146
>   - '151.101.0.215'
>   - '151.101.16.215'
>   - '151.101.64.215'
>   - '151.101.128.215'
>   - '151.101.192.215'
143a152
>   - 'api.modrinth.com'                  # Standard for Modrinth plugins

sample-deny-config.yml

10c10,13
< # Minecraft version support: 1.12.2, 1.13,2, 1.14.4, 1.15.2, 1.16.5, 1.17.x
---
> # Supported MC versions:
> # https://github.com/SlimeDog/NetworkInterceptor/wiki/Technical-Details
> # Default configuration:
> # https://github.com/SlimeDog/NetworkInterceptor/blob/master/src/main/resources/config.yml