https://mleku.dev/git/vainstr is a bech32 npub miner that lets you search for keys with a string of valid bech32 characters... there are some limitations, the charset is:
oh crap i broke my reverse proxy fixing the cors header
https://mleku.dev/git/vainstr is a bech32 npub miner that lets you search for keys with a string of valid bech32 characters... there are some limitations, the charset is:
oh crap i broke my reverse proxy fixing the cors header
fixed now... just to figure out how to make it add this to the response lol
not sure how but for some reason the current source of my lerproxy didn't recognise parameters set into the systemd unit but whatever, fixed now... now just to figure out how to set the header!
so, i have a director, which i specifically added the feature of an x-forwarded-for header so the reverse proxy would pass forward the origin and my relay looks for this header and uses it preferentially to identify the source of a request
but i think that this cors thing is on the other end, not on the inbound connection but needs to modify headers on the ressponses
i'm not very familiar with http voodoo but i did manage to add that forwarding address header... this can't be that hard