Change my tailscale network name
This commit is contained in:
parent
020cec94a1
commit
5001e70c14
10 changed files with 24 additions and 24 deletions
|
|
@ -16,18 +16,18 @@
|
|||
dns-loop-detect = true;
|
||||
|
||||
host-record = [
|
||||
"winmax2,winmax2.sable-pancake.ts.net,100.106.73.20"
|
||||
"everest,everest.sable-pancake.ts.net,100.73.96.48"
|
||||
"archie,archie.sable-pancake.ts.net,100.113.139.93"
|
||||
"steamdeck,steamdeck.sable-pancake.ts.net,100.85.48.85"
|
||||
"surfacego,surfacego.sable-pancake.ts.net,100.96.92.13"
|
||||
"winmax2,winmax2.tailscale,100.106.73.20"
|
||||
"everest,everest.tailscale,100.73.96.48"
|
||||
"archie,archie.tailscale,100.113.139.93"
|
||||
"steamdeck,steamdeck.tailscale,100.85.48.85"
|
||||
"surfacego,surfacego.tailscale,100.96.92.13"
|
||||
];
|
||||
|
||||
# If this isn't set a cname that targets a host might return the wrong ip
|
||||
localise-queries = true;
|
||||
## IPv6 is not a thing in Spain so I'm guaranteed to not use it
|
||||
filter-AAAA = true;
|
||||
domain = "sable-pancake.ts.net";
|
||||
domain = "tailscale";
|
||||
domain-needed = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue