#!/bin/bash
##
# Constellation
#
# Pluggable authoritative DNS server
# Copyright: 2019, Valerian Saliou <valerian@valeriansaliou.name>
# License: Mozilla Public License v2.0 (MPL v2.0)
##
ABSPATH=
BASE_DIR="/../"
GEOIP_DB_URL="https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz"
GEOIP_DB_PATH="./GeoLite2-Country.mmdb"
rc=0
# Fail by default, if not marked as successful.
cur_rc=1
|
cur_rc=
if [; then rc=; fi