summaryrefslogtreecommitdiffhomepage
path: root/ipn/prefs.go
AgeCommit message (Expand)AuthorFilesLines
2025-09-03ipn: warn about self as the exit node if backend is running (#17018)Alex Chan1-3/+3
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick1-8/+8
2025-08-31util/syspolicy/*: move syspolicy keys to new const leaf "pkey" packageBrad Fitzpatrick1-1/+2
2025-08-23ipn,tsnet: update AdvertiseTags documentation (#16931)M. J. Fromberger1-5/+4
2025-07-09ipn: move ParseAutoExitNodeID from ipn/ipnlocal to ipnNick Khyl1-0/+22
2025-07-03cmd/tailscale/cli,ipn,ipn/ipnlocal: add AutoExitNode preference for automatic...Nick Khyl1-0/+45
2025-05-28ipn: set RouteAll=true by default for new accounts on iOS and Android (#16110)Jonathan Nobels1-1/+2
2025-05-06cmd/tailscale/cli: rename "--posture-checking" to "--report-posture"Brad Fitzpatrick1-0/+5
2025-04-10ipn, ipn/ipnlocal: reduce coupling between LocalBackend/profileManager and th...Nick Khyl1-1/+24
2025-04-09cmd/tailscale,ipn: add relay-server-port "tailscale set" flag and Prefs field...Jordan Whited1-1/+24
2025-04-08ipn: use slices.Equal in another spotBrad Fitzpatrick1-27/+3
2025-03-27cmd/tailscale: fix default for `tailscale set --accept-routes`Simon Law1-2/+17
2024-10-16cmd/tailscale,ipn,tailcfg: add `tailscale advertise` subcommand behind envkno...Naman Sood1-0/+11
2024-07-15ipn: allow FQDN in exit node selectionAdrian Dewhurst1-1/+1
2024-05-20various: disable stateful filtering by default (#12197)Andrew Lytvynov1-7/+6
2024-05-17ipn,wgengine: remove vestigial Prefs.AllowSingleHostsBrad Fitzpatrick1-18/+17
2024-05-07ipn/ipnlocal: set default NoStatefulFiltering in ipn.NewPrefs (#12031)Andrew Lytvynov1-18/+16
2024-05-06various: implement stateful firewalling on Linux (#12025)Andrew Lytvynov1-0/+24
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-04-16ipn/{localapi, ipnlocal}: forget the prior exit node when localAPI is used to...Jonathan Nobels1-4/+4
2024-04-14ipn/ipnlocal: remove some dead code (legacyBackend methods) from LocalBackendBrad Fitzpatrick1-1/+1
2024-04-07ipn/{ipnlocal,localapi}: add API to toggle use of exit nodeBrad Fitzpatrick1-0/+16
2024-04-03tailscale: update tailfs functions and vars to use drive naming (#11597)Charlotte Brandhorst-Satzkorn1-4/+4
2024-04-02tailscale: update tailfs file and package names (#11590)Charlotte Brandhorst-Satzkorn1-3/+3
2024-03-18cmd/tailscale,ipn/ipnlocal: enable web client over quad 100 by default (#11419)Mario Minardi1-1/+2
2024-03-08ipn,tailfs: tie TailFS share configuration to user profilePercy Wegmann1-0/+8
2024-01-05ipn: apply ControlURL policy before loginAdrian Dewhurst1-3/+9
2023-12-20ipn: remove use of reflect.MethodByName (#10652)Andrew Lytvynov1-5/+13
2023-12-18ipn: apply tailnet-wide default for auto-updates (#10508)Andrew Lytvynov1-4/+15
2023-12-08ipn,cmd/tailscale/cli: support hierarchical MaskedPrefs (#10507)Andrew Lytvynov1-43/+96
2023-12-05linuxfw,wgengine/route,ipn: add c2n and nodeattrs to control linux netfilterNaman Sood1-1/+16
2023-12-05all: fix nilness issuesMatt Layher1-2/+1
2023-11-29client/web: hide admin panel links for non-tailscale control serversSonia Appasamy1-1/+1
2023-11-17ipn/ipnlocal,cmd/tailscale: persist tailnet name in user profileMarwan Sulaiman1-6/+22
2023-11-01ipn: introduce app connector advertisement preference and flagsJames Tucker1-0/+21
2023-10-31ipn: add user pref for running web clientWill Norris1-0/+22
2023-10-09ipn: add PostureChecks to PrefsKristoffer Dalby1-1/+7
2023-09-18ipn/ipnlocal: add tailnet MagicDNS name to ipn.LoginProfileSonia Appasamy1-0/+8
2023-09-01cmd/tailscale,ipn: add auto-update flags and prefs (#8861)Andrew Lytvynov1-1/+40
2023-08-18cmd/viewer, types/views, all: un-special case slice of netip.PrefixBrad Fitzpatrick1-1/+2
2023-08-08types/persist: drop duplicated Persist.LoginNameMaisem Ali1-11/+4
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-12-02ipn: update comments that refer to Options.PrefsMihai Parparita1-2/+3
2022-11-30ipn: be more consistent with omitempty on debug/rare PrefsBrad Fitzpatrick1-1/+1
2022-11-30ipn/ipnlocal: account for ControlURL when merging profilesMaisem Ali1-0/+4
2022-11-27ipn/*: make new WindowsUserID type to consolidate docsBrad Fitzpatrick1-1/+7
2022-11-25ipn/ipnserver: remove IPN protocol serverBrad Fitzpatrick1-0/+2
2022-11-22cmd/tailscale/cli: add ability to set short names for profilesMaisem Ali1-1/+1
2022-11-22ipn: add ability to name profilesMaisem Ali1-1/+8
2022-11-18ipn/ipnlocal: handle untagging nodes betterMaisem Ali1-0/+7