Might as well post this, seeing as I’ve used it in a few threads.

[Image Description: an oil painting depiction of a toad dressed in gentlemanly Victorian period clothing with a caption that reads “gentlemen, it is with great pleasure that I inform you my name was included on the tesseract block list”]

you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 3 days ago (5 children)

How would somebody go about finding their name? Do they just have to download the GitHub repo and search?

  • source
  • hideshow 10 child comments
  • [–] 12 points 3 days ago (2 children)
  • [–] 10 points 3 days ago* (last edited 2 days ago)

    Run this command in your terminal. Works on Linux, but will need to be modified on windows

    $ curl -s https://tesseract.dubvee.org/tesseract/api/system/policy | base64 -d | gunzip > policy.json
    
    

    Creates the list and puts it into a file called policy. One of the largest issues is that the list isn't even in the repository. Its gotten while the we app is running, and not readily available

  • source
  • parent