qusal/salt/sys-cacher/files/server/bind-dirs/50_cacher.conf

11 lines
217 B
Plaintext
Raw Normal View History

2023-11-13 09:33:28 -05:00
#!/bin/bash
2023-11-13 13:18:06 -05:00
# SPDX-FileCopyrightText: 2023 unman <unman@thirdeyesecurity.org>
2023-11-13 09:33:28 -05:00
#
# SPDX-License-Identifier: AGPL-3.0-or-later
binds+=( '/var/cache/apt-cacher-ng' )
binds+=( '/var/log/apt-cacher-ng' )
# vim: ft=bash