Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Jan 21, 2020
  3. Jan 01, 2019
    • Damian Johnson's avatar
      Update copyright dates for 2019 · 342dab71
      Damian Johnson authored
      Happy new year! Bumping the dates for 2019...
      
        % find . -type f -iname '*.py' -exec sed -i 's/-2018/-2019/g' "{}" +;
        % grep -R "# Copyright 2018," ./*
      342dab71
  4. Apr 29, 2018
    • Damian Johnson's avatar
      Surface errors when health check fails · fc76344d
      Damian Johnson authored
      Oops, since we iterate it suppresses errors resulting in a pretty unhelpful
      notice...
      
        Traceback (most recent call last):
          File "/srv/doctor.torproject.org/doctor/relay_check.py", line 63, in <module>
            main()
          File "/srv/doctor.torproject.org/doctor/relay_check.py", line 32, in main
            ))[0]
        IndexError: list index out of range
      fc76344d
  5. Apr 25, 2018
  6. Apr 16, 2018
    • Damian Johnson's avatar
      Simple script to check if your relay's up · 1b7516ba
      Damian Johnson authored
      Great first use of our new ORPort capabilities. Using it to provide a health
      check when my relay's down. If this goes well I'l add it to our Stem tutorials.
      
      Yeah, yeah, I know. Not dirauth related. But hey, there's no reason DocTor
      can't provide outage notifications to me as well! :P
      1b7516ba
Loading