1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-24 06:03:28 +00:00
CC-Tweaked/src
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
..
generated/resources/data/computercraft Merge branch 'mc-1.14.x' into mc-1.15.x 2020-05-04 10:05:32 +01:00
main HTTP rules now allow filtering by port 2020-09-15 22:05:27 +01:00
test HTTP rules now allow filtering by port 2020-09-15 22:05:27 +01:00