mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
3b6901b5d2
As NFTables converts domain names to IPs on the first query, it is not possible to depend on it to have a stable connection. Implementing a DNS proxy configuration might still be difficult due to the use of CDNs.
15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
{#
|
|
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
base:
|
|
'dom0':
|
|
- match: nodegroup
|
|
- signal.create
|
|
'tpl-signal':
|
|
- signal.install
|
|
'signal':
|
|
- signal.configure
|