network: add support for configuring extra peers via a separate json file
authorFelix Fietkau <nbd@nbd.name>
Thu, 1 Sep 2022 17:42:10 +0000 (19:42 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 1 Sep 2022 17:42:12 +0000 (19:42 +0200)
commit26dc52789d41be50c7ea653aa64f55d7582f5b89
tree9fa186790aad84986457301ed0608a9303cff7db
parent8ad119715168c730e1800c3b13f6d762530c9beb
network: add support for configuring extra peers via a separate json file

Peers added to this file are only used locally and not advertised on the
network. Peers should use IP addresses that are part of locally announced
or otherwise configured subnets

Signed-off-by: Felix Fietkau <nbd@nbd.name>
examples/net0.peers [new file with mode: 0644]
examples/test-net0.sh
host.c
host.h
network.c
network.h
pex.c