From 2e8bc8bd00e8a471ce912e7a4094ec110c275d21 Mon Sep 17 00:00:00 2001 From: Karolis2011 Date: Sun, 24 Aug 2025 19:41:03 +0300 Subject: [PATCH] Reorganize NAMU-PC and r86s configuration: restore indentation and structure --- blackbox/config.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/blackbox/config.yaml b/blackbox/config.yaml index db196ff..293602e 100644 --- a/blackbox/config.yaml +++ b/blackbox/config.yaml @@ -1,14 +1,3 @@ - -NAMU-PC: - labels: - - location: kv40 - targets: [] - <<: *common -r86s: - labels: - - location: gr7 - targets: [] - <<: *common common_targets: &common targets: - name: r2.gr7.kkarolis.lt @@ -50,4 +39,16 @@ common_targets: &common address: r2.kv40.kkarolis.lt module: icmp_ttl5 labels: - - dst_location: kv40 \ No newline at end of file + - dst_location: kv40 + + +NAMU-PC: + labels: + - location: kv40 + targets: [] + <<: *common +r86s: + labels: + - location: gr7 + targets: [] + <<: *common \ No newline at end of file