Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
cjdns: enable autopeering on eth0
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
  • Loading branch information
Lars Gierth committed Dec 27, 2015
1 parent c46a710 commit 2b825f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion solarnet/roles/cjdns/templates/cjdroute.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@
}
},
{% endfor %}
]
],
"ETHInterface" : [
{
"beacon": 2,
"bind": "eth0",
"connectTo": {}
}
]
},
"authorizedPasswords": [
{% for user in cjdns_authorized_passwords.keys() %}
Expand Down

0 comments on commit 2b825f8

Please sign in to comment.