Files
nexus-sync/template/windows-config.yaml
T
2026-06-24 18:52:56 +03:00

13 lines
395 B
YAML

# nexus-sync client config template for Windows
server_url: "http://127.0.0.1:5852"
client_id: "windows-client"
client_token: "change-me-client-token"
allowed_commands:
- name: hostname
description: "Get the hostname of the client machine"
cmd: "hostname"
- name: network_interfaces
description: "Get network interface information"
cmd: "ipconfig /all"
logging_level: "INFO"