Commit a015aef5 authored by nanahira's avatar nanahira

babel

parent 59238a11
version: '2.4'
services:
babeld:
image: git-registry.mycard.moe/railgun/babeld
network_mode: host
privileged: true
restart: always
volumes: ['./templates/babeld.conf:/etc/babeld.conf:ro']
# MyCard babeld for outer
# debug 1
# router-id 00:00:00:00:00:00:00:03
pid-file ""
{% for subnet in subnets %}
redistribute ip {{subnet}}
{% endfor %}
redistribute local deny
reflect-kernel-metric true
local-port-readwrite 33123
{% for interface in interfaces %}
interface {{interface}} type wired
{% endfor %}
version: '2.4'
services:
bird:
cap_add: [NET_ADMIN, NET_BROADCAST, NET_RAW]
image: git-registry.mycard.moe/nanahira/docker-bird
network_mode: host
restart: always
volumes: ['./templates/bird.conf:/etc/bird/bird.conf:ro']
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment