Skip to content
Success

Changes

Summary

  1. Use subnet masks instead of wildcards for whitelisting (commit: c67f40d) (details)
Commit c67f40dd4f60d51c2074601670dc57b66e19356a by ME1312
Use subnet masks instead of wildcards for whitelisting
The advantage of this system over the previous one is that you can now
whitelist smaller groups of addresses.
Additionally, the format for this is an already established one in the
networking space: CIDR notation.
(commit: c67f40d)
The file was modified Server/api/src/net/ME1312/SubData/Server/DataServer.java (diff)
The file was modified Server/api/pom.xml (diff)
The file was modified Client/pom.xml (diff)
The file was modified Server/pom.xml (diff)
The file was modified Client/api/pom.xml (diff)