Ip address of the server auto-updates syncthing

Tell me whether you can find the addresses of servers that you can add to the security policy. am I correct that the updates are downloaded from the amazon servers on port 445 ? there is a service which can be deployed on their servers for auto-update?

all updates are downloaded from https://github.com/syncthing/syncthing/releases/latest

we did not understand each other. I know from where to download manually. addresses the issue of what comes to auto update . 54.231.2.184 443?

Github uses S3 servers (with load balancers) for file storage :wink:

wget https://github.com/[...]/syncthing-linux-amd64-v0.11.19.tar.gz

delivers the file via AmazonAWS

Connecting to github.com|192.30.252.130|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://s3.amazonaws.com/github-cloud/releases/[...]
Connecting to s3.amazonaws.com|54.231.18.144|:443... connected.

Syncthing uses the same URLs internally for auto-update

1 Like