You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd
Maisem Ali 0b1a8586eb cmd/natc: initial implementation of a NAT based connector
This adds a new prototype `cmd/natc` which can be used
to expose a services/domains to the tailnet.

It requires the user to specify a set of IPv4 prefixes
from the CGNAT range. It advertises these as normal subnet
routes. It listens for DNS on the first IP of the first range
provided to it.

When it gets a DNS query it allocates an IP for that domain
from the v4 range. Subsequent connections to the assigned IP
are then tcp proxied to the domain.

It is marked as a WIP prototype and requires the use of the
`TAILSCALE_USE_WIP_CODE` env var.

Updates tailscale/corp#20503

Signed-off-by: Maisem Ali <maisem@tailscale.com>
4 months ago
..
addlicense all: update tools that manage copyright headers 2 years ago
build-webclient client/web: precompress assets 10 months ago
cloner all: use Go 1.22 range-over-int 5 months ago
connector-gen cmd/connector-gen: add helper tool for wide app connector configurations 9 months ago
containerboot ipn/store/kubestore, cmd/containerboot: allow overriding client api server URL via ENV (#12115) 4 months ago
derper all: do not depend on the testing package 4 months ago
derpprobe cmd/{derper,derpprobe}: add --version flag 6 months ago
dist release/dist/qnap: add qnap target builder 5 months ago
get-authkey util/cmpx: delete now that we're using Go 1.22 8 months ago
gitops-pusher cmd/gitops-pusher: only use OAuth creds if non-empty string 8 months ago
hello cmd/hello: link to the Hello KB article (#11022) 8 months ago
k8s-nameserver cmd/{k8s-operator,k8s-nameserver},k8s-operator: update nameserver config with records for ingress/egress proxies (#11019) 5 months ago
k8s-operator go generate directives reorder for 'make kube-generate-all' (#12210) 4 months ago
mkmanifest cmd/mkmanifest, cmd/tailscale, cmd/tailscaled: remove Windows arm32 resources from OSS 2 years ago
mkpkg go.mod: upgrade nfpm to v2 (#8786) 1 year ago
mkversion version/mkversion: open-source version generation logic 2 years ago
nardump all: update copyright and license headers 2 years ago
natc cmd/natc: initial implementation of a NAT based connector 4 months ago
netlogfmt all: use Go 1.22 range-over-int 5 months ago
nginx-auth tailcfg,all: add and use Node.IsTagged() 2 years ago
pgproxy tsnet: split user facing and backend logging 4 months ago
printdep cmd/printdep: print correct toolchain URL 2 years ago
proxy-to-grafana all: use Go 1.22 range-over-int 5 months ago
sniproxy tsnet: split user facing and backend logging 4 months ago
speedtest all: update copyright and license headers 2 years ago
ssh-auth-none-demo all: replace deprecated ioutil references 1 year ago
stunc cmd/stunc: support ipv6 address targets (#12166) 4 months ago
stund build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#11410) 5 months ago
stunstamp cmd/stunstamp: implement service to measure DERP STUN RTT (#12241) 4 months ago
sync-containers all: adjust some build tags for plan9 1 year ago
tailscale cmd/tailscale/cli: allow 'tailscale up' to succeed if --stateful-filtering is not explicitly set on linux (#12312) 4 months ago
tailscaled tsnet,wgengine/netstack: add ListenPacket and tests 4 months ago
testcontrol all: use Go 1.22 range-over-int 5 months ago
testwrapper cmd/testwrapper: apply results of all unit tests to coverage for all packages 7 months ago
tsconnect ipn,wgengine: remove vestigial Prefs.AllowSingleHosts 4 months ago
tsidp tsnet: split user facing and backend logging 4 months ago
tsshd all: update copyright and license headers 2 years ago
viewer all: use Go 1.22 range-over-int 5 months ago