aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-04-08 22:30:34 -0700
committerTrumeet <yuuta@yuuta.moe>2021-04-08 22:30:34 -0700
commit28ac13f5a7ffde6873d49aced6e877697c7aff27 (patch)
tree319027bea8501e8ad8240cc135b33b7d51eedea4 /docs
parent02c2f523606f81c8dcd452fe5ab54408c3aac8f1 (diff)
downloaddn42peering-28ac13f5a7ffde6873d49aced6e877697c7aff27.tar
dn42peering-28ac13f5a7ffde6873d49aced6e877697c7aff27.tar.gz
dn42peering-28ac13f5a7ffde6873d49aced6e877697c7aff27.tar.bz2
dn42peering-28ac13f5a7ffde6873d49aced6e877697c7aff27.zip
feat(agent): bird: use a concentrated configuration
Diffstat (limited to 'docs')
-rw-r--r--docs/agent/Configuration.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/agent/Configuration.md b/docs/agent/Configuration.md
index ee3caaf..ed393dd 100644
--- a/docs/agent/Configuration.md
+++ b/docs/agent/Configuration.md
@@ -8,7 +8,8 @@ The configuration format of agent is JSON.
{
"internal_ip": "<Your internal controlling IPv4 address without port, see below # Controlling>",
"persistent": false,
- "persistent_path": "/var/lib/dn42peering/agent/config"
+ "persistent_path": "/var/lib/dn42peering/agent/config",
+ "bird_output_path": "/etc/bird/peers/dn42peers.conf"
}
```