Basic working code that is capable of establishing the Wireguard tunnel given that there is properly configured `.psk` file for at least one known wifi network (see README.md for more details)
20 lines
273 B
INI
20 lines
273 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
# Tab indentation (no size specified)
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[*.mk]
|
|
indent_style = tab
|
|
|
|
[*.start]
|
|
indent_style = tab
|