diff options
author | Ole Mathias Aa. Heggem <olemathias.aa.heggem@gmail.com> | 2019-11-11 22:14:22 +0100 |
---|---|---|
committer | Ole Mathias Aa. Heggem <olemathias.aa.heggem@gmail.com> | 2019-11-11 22:14:22 +0100 |
commit | ef8122013956d09127c25285fde92b39c4e8af55 (patch) | |
tree | 34ce1266ae41d86e9378f481c1afb1e00be9c90c /examples/tg19/dns_auth/tools/config.ini | |
parent | 1f190fed23d84fa00559653e868e6be5ff6451aa (diff) |
A little TG19 scripts and config
Diffstat (limited to 'examples/tg19/dns_auth/tools/config.ini')
-rw-r--r-- | examples/tg19/dns_auth/tools/config.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/tg19/dns_auth/tools/config.ini b/examples/tg19/dns_auth/tools/config.ini new file mode 100644 index 0000000..b32aed8 --- /dev/null +++ b/examples/tg19/dns_auth/tools/config.ini @@ -0,0 +1,20 @@ +[EVENT] +name = The Gathering 2019 +short = tg19 +domain = tg19.gathering.org +lol_domain = tg.lol +netbox_url = https://netbox.infra.gathering.org +netbox_api_key = <REMOVED> + +[DNS] +pri_ipv4 = 88.92.18.2 +pri_ipv6 = 2a06:5841:a:103::2 +sec_ipv4 = 134.90.150.178 +sec_ipv6 = 2a02:20c8:1930::178 + +api_url = http://localhost:8081/api/v1 +api_key = <REMOVED> + +[DHCP] +pri_ipv4 = 88.92.18.2 +pri_ipv6 = 2a06:5841:a:103::2 |