mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-05 14:57:49 +00:00
safesocket: add FreeBSD to PlatformUsesPeerCreds
FreeBSD is supported by peercred now. Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
6756f20632
commit
524fb2c190
@ -70,7 +70,7 @@ func LocalTCPPortAndToken() (port int, token string, err error) {
|
||||
// to authenticate connections.
|
||||
func PlatformUsesPeerCreds() bool {
|
||||
switch runtime.GOOS {
|
||||
case "linux", "darwin":
|
||||
case "linux", "darwin", "freebsd":
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
Loading…
x
Reference in New Issue
Block a user