-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I initially built this just to show some books on my blog but apparently other people also find this useful. I reached out to the most flexible tool for getting around TLS fingerprinting at first but I'm sure spinning up a separate server is going to be a dealbreaker for many people.
There are alternatives out there that don't require an external server like https://github.com/Danny-Dasilva/CycleTLS which I was originally using, but have since abandoned because these dependencies reach into native modules with go and rust and create some issues with how libraries that use these dependencies can be installed. I'm not well versed with how to deal with that right now but I can look into it if it really prevents people from using the tool.
Also happy to review PRs that add that functionality.