aboutsummaryrefslogtreecommitdiff
path: root/net/tinc/files
Commit message (Collapse)AuthorAge
* tinc: fetch ed25519 public keys from uciVladislav Grigoryev2023-11-06
| | | | | | | Fetch Ed25519 public keys from UCI host sections. Update options and syntax to current version. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
* tinc: add creation of hosts directory for each network configurationErwan MAS2022-03-08
| | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
* tinc: use 'uci_get_state' instead of 'uci -P /var/state get'Etienne Champetier2021-09-01
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* tinc: Add possibility to populate more config variables via uciErwan MAS2021-05-17
| | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
* tinc: Bump to version 1.1 commit 3ee0d5ddErwan MAS2021-02-14
| | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
* tinc: use new extra_command function definitionFlorian Eckert2020-11-04
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* Currently tinc init script will delete the generated configuration folder ↵Alessio Caiazza2014-10-03
| | | | | | and then check if it will not exists in order to create it. This patch will first check if the generated configuration folder exists and then delete it, after that it will always create the configuration folder.
* tinc: add packageToke Høiland-Jørgensen2014-07-31
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>