Try to force tailscale network to ipv4. Doesn't seem to work.
This commit is contained in:
@@ -17,7 +17,10 @@ in
|
||||
client = {
|
||||
enabled = true;
|
||||
server_join.retry_join = servers;
|
||||
host_network.tailscale.interface = "tailscale0";
|
||||
host_network.tailscale = {
|
||||
interface = "tailscale0";
|
||||
cidr = "100.64.0.0/10";
|
||||
};
|
||||
};
|
||||
|
||||
server = {
|
||||
|
||||
Reference in New Issue
Block a user