summaryrefslogtreecommitdiffhomepage
path: root/ipn/prefs_clone.go
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Add prefs.LoggedOut to fix several state machine bugs.Avery Pennarun1-0/+1
2021-04-19ipn, cmd/tailscale/cli: add pref to configure sudo-free operator userBrad Fitzpatrick1-0/+1
2021-04-12ipn/ipnlocal,wgengine/router,cmd/tailscale: add flag to allow local lan acces...Maisem Ali1-18/+19
2021-02-05types/persist: split controlclient.Persist into a small leaf packageBrad Fitzpatrick1-3/+3
2021-02-05ipn: program exit node into the data plane according to user pref.David Anderson1-0/+3
2021-02-04ipn: split LocalBackend off into new ipn/ipnlocal packageBrad Fitzpatrick1-2/+2
2020-12-28all: replace wgcfg.IP and wgcfg.CIDR with netaddr typesJosh Bleecher Snyder1-2/+2
2020-10-19ipn: use cmd/cloner for Prefs.CloneBrad Fitzpatrick1-0/+51