aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/parser.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: bump dateJason A. Donenfeld2022-01-061-1/+1
* global: use strings.Cut where possibleJason A. Donenfeld2021-12-231-4/+1
* global: update to go 1.18 beta1Jason A. Donenfeld2021-12-161-2/+1
* global: apply gofumptJason A. Donenfeld2021-12-091-2/+2
* global: switch to netipJason A. Donenfeld2021-11-061-51/+22
* global: remove wireguard-go/Wintun implementationJason A. Donenfeld2021-10-161-163/+1
* conf: remove workaround for erroneous hasendpoint flagJason A. Donenfeld2021-08-041-1/+1
* conf: work around erroneous hasendpoint flagJason A. Donenfeld2021-08-031-1/+1
* driver: introduce new module for talking with kernel driverJason A. Donenfeld2021-08-021-0/+72
* tunnel: support turning off automatic routing tableJason A. Donenfeld2021-06-181-0/+17
* conf: merge {Pre,Post}{Up,Down} from uapiJason A. Donenfeld2021-03-051-0/+4
* global: bump copyright dateJason A. Donenfeld2021-02-011-1/+1
* manager: pipeline UAPI requestsJason A. Donenfeld2021-02-011-4/+11
* global: update headersJason A. Donenfeld2020-11-221-1/+1
* tunnel: enable {Pre,Post}{Up,Down} scripts gated behind admin knobJason A. Donenfeld2020-11-221-0/+8
* conf: add support for search domains inside dns lineJason A. Donenfeld2020-06-051-2/+4
* conf: fix typo in error messageSimon Rozman2020-06-051-2/+2
* l18n: add localization supportSimon Rozman2020-03-151-31/+32
* conf: safely escape weird input charactersJason A. Donenfeld2019-06-131-1/+1
* conf: read files potentially with UTF16Jason A. Donenfeld2019-05-221-0/+19
* global: change acronyms to uppercaseSimon Rozman2019-05-161-4/+4
* conf: don't verify scope as part of ip checkingJason A. Donenfeld2019-05-091-1/+5
* conf: validate tunnel nameJason A. Donenfeld2019-03-051-0/+3
* conf: uapi returns hex, not base64Jason A. Donenfeld2019-03-041-3/+3
* tunnel: make winipcfg sort of workJason A. Donenfeld2019-03-011-2/+6
* conf: introduce configuration managementJason A. Donenfeld2019-02-281-0/+454