Client & Configuration Files · D
Subscription Link
A URL used to retrieve a remote configuration or node collection, usually generated by a service provider. Updating a subscription downloads the content again and may overwrite local edits in the same configuration. If importing fails, check that the URL is complete, reachable, and returns a format supported by the current client.
Client & Configuration Files · J
Node
An entry in a configuration file describing a proxy server connection, including its address, port, protocol, and authentication fields. The node name is only a selection label and says nothing about line quality. Actual usability depends on correct parameters, server status, the local network, and intermediate links.
Client & Configuration Files · D
Proxy Group
Combines multiple nodes, DIRECT, REJECT, or other proxy groups into an exit that rules can reference. Common types include manual selection, automatic latency testing, failover, and load distribution. Groups can be nested, but excessive depth makes troubleshooting harder; when viewing active connections, verify the final node being used.
Client & Configuration Files · Y
Node Latency
The response time recorded after the client makes a TCP connection or HTTP request to a test address, usually shown in milliseconds. The value reflects only that test URL, network path, and handshake at that moment; it does not directly represent bandwidth or long-term stability. Consider real-world access, packet loss, peak-hour performance, and download speed when choosing a node.
Client & Configuration Files · Y
YAML
The structured text format commonly used for Clash configuration files, with indentation defining object and list hierarchy. Tabs, incorrect indentation, missing spaces, or unclosed quotes can make a configuration impossible to parse. After editing, check the syntax, reload the configuration, and inspect the log for the exact error location.
Client & Configuration Files · P
Configuration File
A YAML document that stores ports, nodes, proxy groups, rules, and DNS options, also commonly called a Profile by clients. Subscription, local, and client-generated configurations may live in different directories. When backing up, check whether Provider files and client override settings also need to be retained alongside the main YAML.
Client & Configuration Files · M
Mixed Port
A listening mode that accepts both HTTP and SOCKS proxy connections on the same local port, commonly configured with mixed-port. Applications only need the same address and port; the core identifies the entry protocol from the connection content. If the port is occupied or blocked by a firewall, connections will fail even when the system proxy is configured correctly.
Client & Configuration Files · A
Allow LAN
Controls whether other devices on the local network can access Clash's local proxy port, commonly configured with allow-lan. After enabling it, verify that the listen address is not limited to the loopback interface and allow the port through the host firewall. Phones, TVs, and game consoles should use the LAN address of the device running Clash as their proxy server.