aboutsummaryrefslogtreecommitdiff
path: root/net/yggdrasil/files/yggdrasil.defaults
Commit message (Collapse)AuthorAge
* yggdrasil: uci ifname is now known as deviceWilliam Fleurant2021-08-18
| | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* yggdrasil: allow HTTPS connectionsJames Vorderbruggen2021-06-16
| | | | Signed-off-by: James Vorderbruggen <jamesvorder@gmail.com>
* yggdrasil: bump to 0.3.13William Fleurant2020-02-22
| | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* yggdrasil: Change package configuration to UCIGeorge Iv2019-11-21
| | | | Signed-off-by: George Iv <57254463+zhoreeq@users.noreply.github.com>
* yggdrasil: uci firewall Section name and cover both IP versionsWilliam Fleurant2019-10-26
| | | | | | | - rename the section instance to yggdrasil (feat. request) - allow zone to cover both ip4 and ip6 fam Signed-off-by: William Fleurant <meshnet@protonmail.com>
* yggdrasil: fix startup and generate nodeInfo infoWilliam Fleurant2019-03-23
| | | | | | | | | - init: fix no start - defaults: apply ubus system board info to nodeInfo - defaults: fix missing yggdrasil interface - defaults: call uci commit Signed-off-by: William Fleurant <william@netblazr.com>
* routing-yggdrasil: add packagePaul Spooren2019-03-19
Yggdrasil builds end-to-end encrypted networks with IPv6. Beyond the similarities with cjdns is a different routing algorithm. This globally-agreed spanning tree uses greedy routing in a metric space. Back-pressure routing techniques allow advanced link aggregation bonding on per-stream basis. In turn, a single stream will span across multiple network interfaces simultaneously with much greater throughput. Authored by: William Fleurant <meshnet@protonmail.com> Signed-off-by: Paul Spooren <mail@aparcar.org>