aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/parser.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* 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
| | | | | | The duplicate route thing is silly, and we currently don't do DNS or the fancy socket routing. But this is a step in the right direction, perhaps.
* conf: introduce configuration managementJason A. Donenfeld2019-02-281-0/+454