mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-06 08:15:49 +00:00
some more plan9 tweaks; notably DNS one
Change-Id: Ib14f2663d0f36623a42ce95574be61f0b9df1b14
This commit is contained in:
parent
9a0302a454
commit
0d67d7835a
@ -627,7 +627,7 @@ func (opts Options) New() *Policy {
|
|||||||
conf.IncludeProcSequence = true
|
conf.IncludeProcSequence = true
|
||||||
}
|
}
|
||||||
|
|
||||||
if envknob.NoLogsNoSupport() || testenv.InTest() {
|
if envknob.NoLogsNoSupport() || testenv.InTest() || runtime.GOOS == "plan9" {
|
||||||
opts.Logf("You have disabled logging. Tailscale will not be able to provide support.")
|
opts.Logf("You have disabled logging. Tailscale will not be able to provide support.")
|
||||||
conf.HTTPC = &http.Client{Transport: noopPretendSuccessTransport{}}
|
conf.HTTPC = &http.Client{Transport: noopPretendSuccessTransport{}}
|
||||||
} else {
|
} else {
|
||||||
|
@ -284,7 +284,7 @@ func (m *Manager) compileConfig(cfg Config) (rcfg resolver.Config, ocfg OSConfig
|
|||||||
|
|
||||||
// Deal with trivial configs first.
|
// Deal with trivial configs first.
|
||||||
switch {
|
switch {
|
||||||
case !cfg.needsOSResolver():
|
case !cfg.needsOSResolver() || runtime.GOOS == "plan9":
|
||||||
// Set search domains, but nothing else. This also covers the
|
// Set search domains, but nothing else. This also covers the
|
||||||
// case where cfg is entirely zero, in which case these
|
// case where cfg is entirely zero, in which case these
|
||||||
// configs clear all Tailscale DNS settings.
|
// configs clear all Tailscale DNS settings.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user