summaryrefslogtreecommitdiffhomepage
path: root/ipn/policy
AgeCommit message (Collapse)AuthorFilesLines
2023-11-09ipn,tailconfig: clean up unreleased and removed app connector serviceJames Tucker1-1/+1
This was never released, and is replaced by HostInfo.AppConnector. Updates tailscale/corp#15437 Signed-off-by: James Tucker <james@tailscale.com>
2023-11-09ipn/policy: mark AppConnector service as interestingJames Tucker1-1/+1
Updates #15437 Signed-off-by: James Tucker <james@tailscale.com>
2023-04-04ipn: prefer allow/denylist terminologyWill Norris1-2/+2
Signed-off-by: Will Norris <will@tailscale.com>
2023-01-27all: update copyright and license headersWill Norris1-3/+2
This updates all source files to use a new standard header for copyright and license declaration. Notably, copyright no longer includes a date, and we now use the standard SPDX-License-Identifier header. This commit was done almost entirely mechanically with perl, and then some minimal manual fixes. Updates #6865 Signed-off-by: Will Norris <will@tailscale.com>
2021-12-03ipn/policy: treat DNS service as interesting so it's not filtered outBrad Fitzpatrick1-1/+2
The control plane is currently still eating it. Updates #1713 Change-Id: I66a0698599d6794ab1302f9585bf29e38553c884 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-10-12all: fix spelling mistakesnicksherron1-1/+1
Signed-off-by: nicksherron <nsherron90@gmail.com>
2021-04-01ipn/policy: mark peerapi4 and peerapi6 as interesting servicesBrad Fitzpatrick1-1/+6
2020-04-01ipn, ipn/policy: filter portlist to a short list of "interesting" portsBrad Fitzpatrick1-0/+42
Adds new package ipn/policy to be shared between node client & control server. Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>