You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to execute kopia on termux running on android 14, I was failing to connect to the repositiory because kopia failed to you the DNS from android. So when doing
6
+
7
+
```bash
8
+
$ kopia repositiory connect s3 \
9
+
--bucket=test \
10
+
--endpoint=minio.mydomain.org:9001 \
11
+
...
12
+
ERROR can't connect to storage: error retrieving storage config from bucket "test": Get "https://minio.mydomain.org:9001/test/.storageconfig": dial tcp: lookup minio.mydomain.org on [::1]:53: read udp [::1]:60141->[::1]:53: read: connection refused
13
+
```
14
+
15
+
## Solution
16
+
17
+
Build kopia from source and ensures the cgo DNS resolver is used
0 commit comments