Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Configuration change log 3.0.0 to 3.1.5

SlimeDog edited this page Jan 1, 2022 · 1 revision

NetworkInterceptor ▪ Monitor and block outgoing network connections

⚠️ There two new allowed targets in NetworkInterceptor 3.1.5 to support DNS-lookup for proxies. These changes must be performed manually; NetworkInterceptor does not change the files automatically.

sample-allow-config.yml

110,112c110,112
<   # Metrics services
<   - 'bstats.org'
<   - 'mcstats.spigotmc.org'
---
>   # OpenDNS: Required for proxies
>   - '208.67.220.220'
>   - '208.67.222.222'
115a116,119
> 
>   # Metrics services
>   - 'bstats.org'
>   - 'mcstats.spigotmc.org'