every car should connect to Microsoft ?

main
jebba 2022-02-04 18:51:04 -07:00
parent 686482da86
commit 63f8a5d7b6
1 changed files with 17 additions and 0 deletions

View File

@ -25,3 +25,20 @@ drwxrwxr-x 1 comma comma 60 Sep 7 12:37 .config
-rw-rw-r-- 1 root root 339 Sep 20 15:01 .vimrc
```
# Proprietary Connections
The device when running makes connections to Github (owned by Microsoft)
and Microsoft IPs directly. Note, this is post-install, after one reboot:
```
root@tici:~# netstat -apnt
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 3821/systemd-resolv
tcp 0 0 0.0.0.0:8022 0.0.0.0:* LISTEN 7386/sshd: /usr/sbi
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 7386/sshd: /usr/sbi
tcp 0 0 192.168.1.100:36654 140.82.114.3:443 TIME_WAIT -
tcp 0 0 192.168.1.100:36802 20.188.93.37:443 ESTABLISHED 46183/selfdrive.ath
tcp6 0 0 :::8022 :::* LISTEN 7386/sshd: /usr/sbi
tcp6 0 0 :::22 :::* LISTEN 7386/sshd: /usr/sbi
```