Cuong Manh Le
72d2f4e7e3
internal/controld: add support for parsing client id from raw UID
2023-08-09 23:54:44 +07:00
Cuong Manh Le
c941f9c621
all: add flag to use dev domain for testing
2023-06-06 00:07:05 +07:00
Cuong Manh Le
9df381d3d1
all: add "version" query param when fetching config
2023-05-13 12:04:21 +07:00
Cuong Manh Le
d52cd11322
all: use parallel dialer for connecting upstream/api
...
So we don't have to depend on network stack probing to decide whether
ipv4 or ipv6 will be used.
While at it, also prevent a race report when doing the same parallel
resolving for os resolver, even though this race is harmless.
2023-05-13 12:02:18 +07:00
Cuong Manh Le
45f827a2c5
internal/controld: connect to API using ipv4 only
...
Connecting to API using ipv6 sometimes hang at TLS handshake, using ipv4
only so we can fetch the config more reliably.
Fixed #53
2023-02-27 19:54:52 +07:00
Cuong Manh Le
114ef9aad6
all: add starting service with Control D config
2023-01-20 21:33:38 +07:00