Denton Gentry
Denton Gentry
There is not yet a public API to set Split DNS nameservers: https://github.com/tailscale/tailscale/blob/main/api.md#tailnet-dns-nameservers-post The public API was blocked by the need to remove the use of fallback resolvers: https://github.com/tailscale/tailscale/issues/1743 A...
There is not yet a public API to set Split DNS nameservers. A feature request to do so is tracked in https://github.com/tailscale/tailscale/issues/5932
https://developer.android.com/distribute/best-practices/develop/target-sdk In August 2021, new apps in the Google Play Store will be required to target API level 30. In November 2021, updates to existing apps in the Google Play...
We ended up developing an alternative using Android APIs, which we call instead of getInterfaceAddrs(). https://github.com/tailscale/tailscale-android/pull/21
For anyone using the technique of having Java code pass a string with an interface list over to the Go code, we did find an issue after some time in...
The macOS, Windows, and other Tailscale clients accept routes advertised by subnet routers by default. The Linux client, as the first developed and also the one most likely to be...
Possibly related to use of HKLM before anyone has logged in: https://github.com/tailscale/tailscale/issues/2346
NextDNS support launched in Tailscale 1.32: https://tailscale.com/blog/nextdns/
> I can't "force DNS" onto the entire tailnet because the VPS itself is also configured as a tailscale client, which resolves everything over localhost, and "force DNS" also forces...
From working ping: 2022-08-06 20:26:15.572796849 +0000 UTC: LinkChange: major, rebinding. New state: interfaces.State{defaultRoute=wlp4s0 ifs={lxcbr0:[10.0.3.1/24] tailscale0:[100.80.x.y/32 fd7a:115c:a1e0:ab12:q.r.s.t/128] wlp4s0:[10.11.11.66/24 2a02:8071:q:r:s:t:u:v/64 2a02:8071:q:r:s:t:u:v/64 fd45:q:r:s:t:u:v/64 fd45:1337:q:r:s:t:u:v/64] wwan0:[10.120.1.69/30 2a02:3038:q:r:s:t:u:v/64]} v4=true v6=true} From the non-working ping 2022-08-06...