1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-23 13:43:22 +00:00
CC-Tweaked/src/test/java/dan200/computercraft
SquidDev 275ca58a82 HTTP rules now allow filtering by port
The HTTP filtering system becomes even more complex! Though in this
case, it's pretty minimal, and definitely worth doing.

For instance, the following rule will allow connecting to localhost on
port :8080.

    [[http.rules]]
    host = "127.0.0.1"
    port = 8080
    action = "allow"

    # Other rules as before.

Closes #540
2020-09-15 22:05:27 +01:00
..
core HTTP rules now allow filtering by port 2020-09-15 22:05:27 +01:00
shared Merge branch 'mc-1.14.x' into mc-1.15.x 2020-06-16 09:24:14 +01:00
ContramapMatcher.java Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00