tomeshnet / prototype-cjdns-pi

Prototype system for mesh networks on single board computers
https://chat.tomesh.net/#/room/#software:tomesh.net
GNU General Public License v3.0
218 stars 42 forks source link

yggdrasil iptunnel is using cjdns iptunnel #459

Closed leosan902 closed 2 years ago

leosan902 commented 4 years ago

Configure Internet gateway using cjdns iptunnel

if [ "$(checkModule 'WITH_CJDNS_IPTUNNEL')" ]; then source cjdns-iptunnel/install fi

Configure Internet gateway using yggdrasil iptunnel

if [ "$(checkModule 'WITH_YGGDRASIL_IPTUNNEL')" ]; then -> source cjdns-iptunnel/install fi

darkdrgn2k commented 4 years ago

Issue already addressed in develop

https://github.com/tomeshnet/prototype-cjdns-pi/blob/develop/scripts/install2#L342

Maybe we should back port this to master?