aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: format codeJason A. Donenfeld2 days1-3/+3
* tunnel: use system cmd.exe for scriptsJason A. Donenfeld2 days1-7/+4
* tunnel: disable firewall after flushing routes on teardownJason A. Donenfeld2 days1-1/+1
* tunnel: avoid calling netsh on <1809 for DNS changesJason A. Donenfeld2 days2-114/+32
* tunnel: prevent metric integer overflowJason A. Donenfeld2 days1-3/+4
* tunnel: move label to right place to avoid zeroing errJason A. Donenfeld2 days1-1/+1
* tunnel: firewall: prevent unsafe variables from being GC'dJason A. Donenfeld2 days1-1/+5
* tunnel: prevent min MTU calculation from wrappingJason A. Donenfeld2 days1-2/+2
* tunnel: clone slices before sorting in deterministicGUIDJason A. Donenfeld2 days1-2/+3
* tunnel: don't set addresses, routes, and MTU if no family configuredJason A. Donenfeld2026-03-301-10/+29
* firewall: fix formattingJason A. Donenfeld2026-03-212-4/+0
* global: raise min windows version to 10Jason A. Donenfeld2026-03-211-12/+0
* global: modernize go conventionsJason A. Donenfeld2026-03-184-7/+4
* global: bump dateJason A. Donenfeld2026-03-1830-30/+30
* global: bump dateJason A. Donenfeld2022-01-0630-30/+30
* global: use strings.Cut where possibleJason A. Donenfeld2021-12-231-1/+1
* global: update to go 1.18 beta1Jason A. Donenfeld2021-12-168-15/+8
* global: apply gofumptJason A. Donenfeld2021-12-096-34/+11
* global: backout AddrFromSlice signature changeJason A. Donenfeld2021-11-112-2/+2
* tunnel: check for WeakHostSend/Forwarding in pitfallsJason A. Donenfeld2021-11-083-0/+180
* tunnel: add routes even when no corresponding addressJason A. Donenfeld2021-11-061-16/+3
* winipcfg: handle zones and make things use itJason A. Donenfeld2021-11-061-2/+14
* global: switch to netipJason A. Donenfeld2021-11-068-202/+157
* services: use more reliable method of detecting boot-upJason A. Donenfeld2021-10-262-22/+23
* tunnel: cleanup IPs when masks don't matchJason A. Donenfeld2021-10-261-9/+6
* tunnel: convert ips to string for hash tableJason A. Donenfeld2021-10-261-14/+12
* tunnel: defer startup until tcp configuration is setJason A. Donenfeld2021-10-262-7/+31
* tunnel: add retry loop to certain interface config failuresJason A. Donenfeld2021-10-212-11/+32
* manager: warn about dnscache and old virtio driverJason A. Donenfeld2021-10-201-25/+0
* global: remove wireguard-go/Wintun implementationJason A. Donenfeld2021-10-167-621/+55
* tunnel: remove old reboot required logicJason A. Donenfeld2021-10-161-4/+0
* global: remove old-style build tagsJason A. Donenfeld2021-10-126-6/+0
* global: use unsafe.Slice instead of unsafeSliceJason A. Donenfeld2021-10-111-28/+5
* driver: use new APIJason A. Donenfeld2021-10-051-13/+2
* winipcfg: fix typo in DNS LLMNR flagJason A. Donenfeld2021-09-231-1/+1
* tunnel: help people fix their DNS Cache serviceJason A. Donenfeld2021-09-191-0/+25
* tunnel: pretty print route failures betterJason A. Donenfeld2021-09-162-2/+7
* tunnel: return if unable to configureJason A. Donenfeld2021-09-151-0/+2
* tunnel: reinitialize configuration after PnP flaps driver on <10Jason A. Donenfeld2021-09-142-4/+20
* global: prefer WireGuardNT over wireguard-go/WintunJason A. Donenfeld2021-09-121-7/+1
* tunnel: set address after routes so that loopback worksJason A. Donenfeld2021-09-091-11/+10
* winipcfg: disable DAD so that IP becomes useful soonerJason A. Donenfeld2021-09-091-0/+5
* tunnel: disable dhcp probesJason A. Donenfeld2021-09-091-0/+2
* tunnel: disable dad and router discovery on v4 tooJason A. Donenfeld2021-09-091-12/+5
* locales: sync with crowdinJason A. Donenfeld2021-09-071-4/+4
* winipcfg: update documentationSimon Rozman2021-08-131-1/+1
* tunnel: execute *down commands for wgntJason A. Donenfeld2021-08-101-3/+6
* tunnel: provide better logging for when iphlpapi failsJason A. Donenfeld2021-08-102-4/+11
* embeddable-dll-service: use wgnt alwaysJason A. Donenfeld2021-08-091-1/+7
* driver: break encapsulation and pass timestamp to ringloggerJason A. Donenfeld2021-08-081-1/+7