summaryrefslogtreecommitdiffhomepage
path: root/cmd/sniproxy
AgeCommit message (Expand)AuthorFilesLines
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-2/+2
2026-01-23all: remove AUTHORS file and references to itWill Norris6-6/+6
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-2/+2
2025-11-16types/netmap: remove PrivateKey from NetworkMapBrad Fitzpatrick1-1/+1
2025-11-14various: adds missing apostrophes to commentsAlex Chan1-4/+4
2025-04-08net/{netx,memnet},all: add netx.DialFunc, move memnet Network implBrad Fitzpatrick1-1/+2
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick1-2/+2
2025-02-03tailcfg: add JSON unmarshal helper for view of node/peer capabilitiesAdrian Dewhurst1-3/+1
2024-06-05all: use math/rand/v2 moreMaisem Ali1-2/+2
2024-05-10tsnet: split user facing and backend loggingMaisem Ali1-2/+3
2024-05-06all: make more tests pass/skip in airplane modeBrad Fitzpatrick1-0/+3
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-02-13go.mod, all: move away from inet.af domain seized by TalibanBrad Fitzpatrick1-1/+1
2023-11-02appc,cmd/sniproxy,ipn/ipnlocal: split sniproxy configuration code out of appcJames Tucker5-16/+697
2023-10-31cmd/sniproxy: implement support for control configuration, multiple addressesTom DNetto2-266/+337
2023-10-08sniproxy allows configuration of hostnameSimon Leonhardt1-0/+2
2023-08-30cmd/sniproxy: move default debug-port away from 8080.Denton Gentry1-1/+1
2023-08-30cmd/sniproxy: switch to peterbourgon/ff for flagsDenton Gentry1-10/+15
2023-08-24cmd/sniproxy: add port forwarding and prometheus metricsDenton Gentry3-16/+215
2023-08-01cmd/sniproxy: add client metricsDenton Gentry1-0/+18
2023-06-26tsnet: expose field to configure Wireguard portTom DNetto1-0/+2
2023-04-28cmd/sniproxy: Set App name in tsnet hostinfoDenton Gentry1-0/+3
2023-03-07sniproxy: add promote-https (#7487)shayne1-1/+21
2023-03-06cmd/sniproxy: draw the rest of the DNS owl.Denton Gentry1-3/+85
2023-03-05tsnet: add UDP support to Server.ListenBrad Fitzpatrick1-0/+27
2023-03-02cmd/sniproxy: add start of a tsnet-based SNI proxyBrad Fitzpatrick1-0/+90