PrivateBin / Directory

Rust based directory application to collect list of federated instances
https://privatebin.info/directory/
Other
25 stars 8 forks source link

Add curl command to check webserver configuration #20

Closed Crocmagnon closed 3 years ago

Crocmagnon commented 3 years ago

I followed the advice from Eric Wastl (the creator of Advent of Code) in one of his conferences: "For every sentence, there is a user that skipped only that sentence".

So I emphasized the "starts with" in the existing version and added another paragraph later giving the form of the full User-Agent string + the curl command we can use to check our webserver configuration.

Closes #19

elrido commented 3 years ago

Thank you very much! I did replace the example version number with the actual one (version number at compile time) and adjusted the wording a little in 2eba0eb8a403fa8c28729a191d18dc0967e1c7f3. I did publish yesterdays changes, but these ones will probably go into a the next release, hopefully in a few days.