internal/testdata/configs/homelab.yaml

# Sample homelab target list used by the unit tests.
# See mercemay.top/src/portr/ for context.
concurrency: 8
timeout: 2s
retries: 1
rate_limit_per_second: 25
output:
  table: true
  json: false

targets:
  - host: dns.internal
    port: 53
    name: unbound
    tags: [dns, core]
  - host: git.internal
    port: 22
    name: gitea-ssh
    tags: [git, core]
  - host: git.internal
    port: 3000
    name: gitea-http
    tags: [git]
  - host: nas.internal
    port: 445
    name: smb
    tags: [storage]
  - host: printer.internal
    port: 631
    name: ipp
    tags: [print]