aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/addressconfig.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: bump dateJason A. Donenfeld2022-01-061-1/+1
* global: update to go 1.18 beta1Jason A. Donenfeld2021-12-161-2/+1
* global: backout AddrFromSlice signature changeJason A. Donenfeld2021-11-111-1/+1
* tunnel: add routes even when no corresponding addressJason A. Donenfeld2021-11-061-16/+3
* global: switch to netipJason A. Donenfeld2021-11-061-62/+27
* services: use more reliable method of detecting boot-upJason A. Donenfeld2021-10-261-6/+7
* 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: add retry loop to certain interface config failuresJason A. Donenfeld2021-10-211-10/+31
* manager: warn about dnscache and old virtio driverJason A. Donenfeld2021-10-201-25/+0
* global: remove wireguard-go/Wintun implementationJason A. Donenfeld2021-10-161-4/+1
* tunnel: help people fix their DNS Cache serviceJason A. Donenfeld2021-09-191-0/+25
* tunnel: pretty print route failures betterJason A. Donenfeld2021-09-161-2/+2
* tunnel: set address after routes so that loopback worksJason A. Donenfeld2021-09-091-11/+10
* 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
* tunnel: provide better logging for when iphlpapi failsJason A. Donenfeld2021-08-101-3/+9
* driver: introduce new module for talking with kernel driverJason A. Donenfeld2021-08-021-8/+6
* tunnel: support turning off automatic routing tableJason A. Donenfeld2021-06-181-4/+6
* tunnel: fix sorting cascade in address configJason A. Donenfeld2021-02-221-4/+13
* winipcfg: move to undocumented DNS functionJason A. Donenfeld2021-02-021-17/+1
* global: bump copyright dateJason A. Donenfeld2021-02-011-1/+1
* firewall: add allow rule for tunnel service process even when no blocking is requiredJason A. Donenfeld2020-11-231-3/+5
* global: update headersJason A. Donenfeld2020-11-221-1/+1
* tunnel: only enable DNS blocking for 0/0 configsJason A. Donenfeld2020-11-221-7/+3
* tunnel: mask self before giving routes to windowsJason A. Donenfeld2020-11-181-0/+1
* tunnel: do not return a nil error when adding routes failsJason A. Donenfeld2020-11-161-1/+1
* tunnel: unset dns search if none is specifiedJason A. Donenfeld2020-06-071-7/+9
* tunnel: support setting dns domain suffixJason A. Donenfeld2020-06-051-0/+9
* tunnel: use real on-link routesJason A. Donenfeld2019-12-161-21/+10
* manager: fix nits in adapter cleanup logic and also handle ā€˜%sā€™ uniformlyJason A. Donenfeld2019-08-301-1/+1
* tunnel: wait for IP service to attach to wintunJason A. Donenfeld2019-06-181-0/+201