aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/dnsresolver_windows.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* conf: do not examine connectivity state at bootJason A. Donenfeld2022-01-171-7/+4
* global: bump dateJason A. Donenfeld2022-01-061-1/+1
* global: update to go 1.18 beta1Jason A. Donenfeld2021-12-161-1/+1
* winipcfg: handle zones and make things use itJason A. Donenfeld2021-11-061-13/+9
* global: switch to netipJason A. Donenfeld2021-11-061-11/+11
* services: use more reliable method of detecting boot-upJason A. Donenfeld2021-10-261-3/+3
* tunnel: add retry loop to certain interface config failuresJason A. Donenfeld2021-10-211-1/+1
* conf: do not resolve empty endpointJason A. Donenfeld2021-08-031-0/+3
* driver: introduce new module for talking with kernel driverJason A. Donenfeld2021-08-021-0/+11
* conf: simplify ip casting in dns resolutionJason A. Donenfeld2021-02-011-8/+5
* conf: don't sleep before failure in dns resolutionJason A. Donenfeld2021-02-011-2/+3
* global: bump copyright dateJason A. Donenfeld2021-02-011-1/+1
* global: update headersJason A. Donenfeld2020-11-221-1/+1
* conf: dnsresolver: try harder at bootupJason A. Donenfeld2019-06-141-1/+4
* conf: tick count is upstream nowJason A. Donenfeld2019-06-071-2/+1
* global: change acronyms to uppercaseSimon Rozman2019-05-161-3/+3
* global: use tab after //sysJason A. Donenfeld2019-05-141-2/+2
* global: regroup all importsJason A. Donenfeld2019-05-141-1/+2
* conf: only retry on no internet if system just bootedJason A. Donenfeld2019-05-071-2/+3
* conf: retry DNS resoluion when no internet presentJason A. Donenfeld2019-05-071-0/+88