From 0fd61df556571a37bb012c2867ab3959f04d78a0 Mon Sep 17 00:00:00 2001 From: jebba Date: Fri, 4 Feb 2022 18:58:11 -0700 Subject: [PATCH] athena.comma.ai ATHENA_HOST 20.188.93.37 microsoft ip --- docs/BUGS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/BUGS.md b/docs/BUGS.md index cf09b44..ec5910b 100644 --- a/docs/BUGS.md +++ b/docs/BUGS.md @@ -42,3 +42,12 @@ tcp6 0 0 :::8022 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN 7386/sshd: /usr/sbi ``` +The process `selfdrive.athena.athenad` is connecting to `athena.comma.ai` +which resolves to `20.188.93.37`. +That code is called here: + +* https://github.com/commaai/openpilot/blob/master/selfdrive/athena/athenad.py#L37 + +To fix that the variable `ATHENA_HOST` will need to be set to a private +cloud, and a server will need to be available there. +