bird-looking-glass-proxy/config.toml

14 lines
302 B
TOML
Raw Normal View History

2023-03-18 18:34:39 +08:00
bind_ip = "0.0.0.0"
2023-04-30 19:24:45 +08:00
bind_port = 8000
2023-03-18 18:34:39 +08:00
# Empty = no access restriction.
2023-03-18 18:34:39 +08:00
access_list = ["127.0.0.1"]
shared_secret = ""
2023-03-18 18:34:39 +08:00
# Used as source address when running traceroute
ipv4_source="198.51.100.42"
ipv6_source="2001:db8:42::1"
bird_socket="/var/run/bird/bird.ctl"
bird6_socket="/var/run/bird/bird6.ctl"