### 手动添加 Shadowsocks+Simple Obfs 节点 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md 配置 Shadowsocks 节点时,可添加混淆(http 或 tls),需指定混淆方式、混淆 host 和混淆路径。 ```text #ss+simple obfs # 节点名称 = 协议,服务器地址,端口,加密方式,密码,混淆方式=http|tls,obfs-host=混淆host,obfs-uri=混淆路径,fast-open=是否开启fast open(需要节点支持),udp=是否在UDP中使用(需要节点支持) ssObfs1 = Shadowsocks,example.com,80,aes-128-gcm,"password",obfs-name=http,obfs-host=www.micsoft.com,obfs-uri=/,fast-open=true,udp=true ssObfs2 = Shadowsocks,example.com,443,aes-128-gcm,"password",obfs-name=tls,obfs-host=www.micsoft.com,obfs-uri=/,fast-open=true,udp=true ``` -------------------------------- ### 手动添加 Shadowsocks 节点 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md 手动添加 Shadowsocks 节点时,需提供节点名称、协议、服务器地址、端口、加密方式、密码,并可选择是否开启 fast-open 和 udp。 ```text #ss # 节点名称 = 协议,服务器地址,端口,加密方式,密码,fast-open=是否开启fast open(需要节点支持),udp=是否在UDP中使用(需要节点支持) ss1 = Shadowsocks,example.com,443,aes-128-gcm,"password",fast-open=false,udp=true ss2 = Shadowsocks,example2.com,443,chacha20,"password",fast-open=true,udp=true ``` -------------------------------- ### 手动添加 ShadowsocksR 节点 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md 配置 ShadowsocksR 节点时,除了基本信息,还可以指定 protocol、protocol-param、obfs 和 obfs-param。 ```text #ssr # 节点名称 = 协议,服务器地址,端口,加密方式,密码,protocol = 协议,protocol-param = 协议参数,obfs=混淆,obfs-param=混淆参数,fast-open=是否开启fast open(需要节点支持),udp=是否在UDP中使用(需要节点支持) ssr1 = ShadowsocksR,example.com,443,aes-256-cfb,"password",protocol=origin,obfs=http_simple,obfs-param=download.windows.com,fast-open=false,udp=true ssr2 = ShadowsocksR,example.com,10076,aes-128-cfb,"password",protocol=auth_chain_a,protocol-param=9555:loon,obfs=http_post,obfs-param=download.windows.com,fast-open=false,udp=true ssr3 = ShadowsocksR,example.com,10076,chacha20,"password",protocol=auth_aes128_md5,protocol-param=9555:loon,obfs=tls1.2_ticket_auth,obfs-param=download.windows.com,fast-open=false,udp=true ssr4 = ShadowsocksR,example.com,10076,chacha20-ietf,"password",protocol=auth_aes128_sha1,protocol-param=9555:loon,obfs=plain,fast-open=false,udp=true ``` -------------------------------- ### 手动添加 VMess+TCP+TLS 节点 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md 配置 VMess 节点时,使用 TCP 传输并启用 TLS,需要提供节点名称、协议、服务器地址、端口、加密方式、UUID、transport 类型,并可设置 alterId、host、SNI 和证书校验选项。 ```text #vmess+tcp+tls # 节点名称 = 协议,服务器地址,端口,加密方式,UUID,transport(传输方式)=tcp,alterId=alterId(默认0,表示开启aead),over-tls=是否启用TLS,tls-name=SNI,skip-cert-verify=是否跳过证书校验(默认否) vmess2 = vmess,example.com,10086,aes-128-gcm,"52396e06-041a-4cc2-be5c-8525eb457809",transport=tcp,alterId=0,path=/,host=v3-dy-y.ixigua.com,over-tls=true,tls-name=example.com,skip-cert-verify=true ``` -------------------------------- ### 手动添加 VMess+WSS 节点 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md 配置 VMess 节点时,使用 WebSocket 传输并启用 TLS,需要提供节点名称、协议、服务器地址、端口、加密方式、UUID、transport 类型,并可设置 alterId、path、host、SNI 和证书校验选项。 ```text #vmess+wss # 节点名称 = 协议,服务器地址,端口,加密方式,UUID,transport(传输方式)=ws,alterId=alterId(默认0,表示开启aead),path=websocket握手header中的path,host=websocket握手header中的host,over-tls=是否启用TLS,tls-name=SNI,skip-cert-verify=是否跳过证书校验(默认否) vmess4 = vmess,example.com,10086,aes-128-gcm,"52396e06-041a-4cc2-be5c-8525eb457809",transport=ws,alterId=0,path=/,host=v3-dy-y.ixigua.com,over-tls=true,tls-name=example.com,skip-cert-verify=true ``` -------------------------------- ### 手动添加 VMess+HTTP+TLS 节点 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md 配置 VMess 节点时,使用 HTTP 传输并启用 TLS,需要提供节点名称、协议、服务器地址、端口、加密方式、UUID、transport 类型,并可设置 alterId、path、host、SNI 和证书校验选项。 ```text #vmess+http+tls # 节点名称 = 协议,服务器地址,端口,加密方式,UUID,transport(传输方式)=http,alterId=alterId(默认0,表示开启aead),path=httpheader中的path,host=httpheader的host,over-tls=是否启用TLS,tls-name=SNI,skip-cert-verify=是否跳过证书校验(默认否) vmess6 = vmess,example.com,10086,aes-128-gcm,"52396e06-041a-4cc2-be5c-8525eb457809",transport=http,alterId=0,path=/,host=v3-dy-y.ixigua.com,over-tls=true,tls-name=example.com,skip-cert-verify=true ``` -------------------------------- ### 订阅节点流量信息格式 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md Loon 会读取订阅响应 header 中的 Subscription-Userinfo 信息,该信息包含上传、下载、总流量和过期时间。 ```text Subscription-Userinfo:upload=1111;download=111;total=123456;expire=1614527045 ``` -------------------------------- ### 手动添加 VMess+HTTP 节点 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md 配置 VMess 节点时,使用 HTTP 传输,需要提供节点名称、协议、服务器地址、端口、加密方式、UUID、transport 类型,并可设置 alterId、path 和 host。 ```text #vmess+http # 节点名称 = 协议,服务器地址,端口,加密方式,UUID,transport(传输方式)=http,alterId=alterId(默认0,表示开启aead),path=httpheader中的path,host=httpheader的host vmess5 = vmess,example.com,10086,aes-128-gcm,"52396e06-041a-4cc2-be5c-8525eb457809",transport=http,alterId=0,path=/,host=v3-dy-y.ixigua.com,over-tls=false ``` -------------------------------- ### 手动添加 VLESS+TCP 节点 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md 配置 VLESS 节点时,使用 TCP 传输,需要提供节点名称、协议、服务器地址、端口、UUID 和 transport 类型。 ```text #VLESS+tcp # 节点名称 = 协议,服务器地址,端口,UUID,transport(传输方式)=tcp VLESS1 = VLESS,example.com,10086,"52396e06-041a-4cc2-be5c-8525eb457809",transport=tcp,over-tls=false ``` -------------------------------- ### Custom JavaScript HTTP Node Configuration Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md Configure a custom node using a JavaScript script for HTTP transport. Specify server address, port, and the path to the script. ```text jsHTTP = custom,192.168.1.139,6152,script-path=http.js ``` -------------------------------- ### 手动添加 VMess+WS 节点 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md 配置 VMess 节点时,使用 WebSocket 传输,需要提供节点名称、协议、服务器地址、端口、加密方式、UUID、transport 类型,并可设置 alterId、path 和 host。 ```text #vmess+ws # 节点名称 = 协议,服务器地址,端口,加密方式,UUID,transport(传输方式)=ws,alterId=alterId(默认0,表示开启aead),path=websocket握手header中的path,host=websocket握手header中的host vmess3 = vmess,example.com,10086,aes-128-gcm,"52396e06-041a-4cc2-be5c-8525eb457809",transport=ws,alterId=0,path=/,host=v3-dy-y.ixigua.com,over-tls=false ``` -------------------------------- ### 手动添加 VMess+TCP 节点 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md 配置 VMess 节点时,使用 TCP 传输,需要提供节点名称、协议、服务器地址、端口、加密方式、UUID、transport 类型,并可设置 alterId。 ```text #vmess+tcp # 节点名称 = 协议,服务器地址,端口,加密方式,UUID,transport(传输方式)=tcp,alterId=alterId(默认0,表示开启aead) vmess1 = vmess,example.com,10086,aes-128-gcm,"52396e06-041a-4cc2-be5c-8525eb457809",transport=tcp,alterId=0,over-tls=false ``` -------------------------------- ### VLESS HTTP TLS Node Configuration Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md Configure a VLESS node using HTTP transport with TLS enabled. Includes server details, UUID, HTTP parameters, and TLS settings. ```text VLESS6 = VLESS,example.com,10086,"52396e06-041a-4cc2-be5c-8525eb457809",transport=http,path=/,host=v3-dy-y.ixigua.com,over-tls=true,tls-name=example.com,skip-cert-verify=true ``` -------------------------------- ### VLESS HTTP Node Configuration Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md Configure a VLESS node using HTTP transport without TLS. Specify server address, port, UUID, and HTTP header details like path and host. ```text VLESS5 = VLESS,example.com,10086,"52396e06-041a-4cc2-be5c-8525eb457809",transport=http,path=/,host=v3-dy-y.ixigua.com,over-tls=false ``` -------------------------------- ### Wireguard Node Configuration Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md Configure a Wireguard VPN node. Specify interface IP addresses, private key, MTU, DNS servers, keepalive, and peer details including public key, pre-shared key, allowed IPs, and endpoint. ```text wireguardNode = wireguard,interface-ip=192.168.2.2,interface-ipV6=2402:4e00:1200:ed00:0:9089:6dac:96b6,private-key="qF22B3ezOhWGJA4SHwQSsgMa9d6mPGHyFdZMaDTae2E=",mtu=1280,dns=192.168.2.1,dnsV6=2402:4e00:1200:ed00:0:9089:6dac:96b6,keeyalive=45,peers=[{public-key="JFuTIJEcFnt8R04UnAE5o2WfIPJUsumSxsD2ayXzoWY=",preshared-key="yVNv5K05AwVnWaR4OB8BlMX3jJlkS74aKlYC3PD95IE=",reserved=[1,2,3],allowed-ips="0.0.0.0/0",endpoint=192.168.3.17:51820}] ``` -------------------------------- ### Configure Subscription Parser Script Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md Configure Loon to use a custom JavaScript parser for subscription nodes. This is useful for unsupported subscription formats. ```text resource-parser = https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/dist/sub-store-parser.loon.min.js ``` -------------------------------- ### Trojan Node Configuration Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md Configure a Trojan node with basic settings. Specify server address, port, password, and optional TLS parameters like ALPN, SNI, and certificate verification. ```text trojan1 = trojan,example.com,443,"password",alpn=http1.1,skip-cert-verify=false,tls-name=example.com,udp=true ``` -------------------------------- ### VLESS WebSocket TLS Node Configuration Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md Configure a VLESS node using WebSocket transport with TLS enabled. Includes server details, UUID, WebSocket parameters, and TLS settings. ```text VLESS4 = VLESS,example.com,10086,"52396e06-041a-4cc2-be5c-8525eb457809",transport=ws,path=/,host=v3-dy-y.ixigua.com,over-tls=true,tls-name=example.com,skip-cert-verify=true ``` -------------------------------- ### VLESS TCP TLS Node Configuration Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md Configure a VLESS node using TCP transport with TLS enabled. Specify server address, port, UUID, and TLS settings like SNI and certificate verification. ```text VLESS2 = VLESS,example.com,10086,"52396e06-041a-4cc2-be5c-8525eb457809",transport=tcp,path=/,host=v3-dy-y.ixigua.com,over-tls=true,tls-name=example.com,skip-cert-verify=true ``` -------------------------------- ### VLESS WebSocket Node Configuration Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md Configure a VLESS node using WebSocket transport without TLS. Specify server address, port, UUID, and WebSocket handshake details like path and host. ```text VLESS3 = VLESS,example.com,10086,"52396e06-041a-4cc2-be5c-8525eb457809",transport=ws,path=/,host=v3-dy-y.ixigua.com,over-tls=false ``` -------------------------------- ### 手动添加 HTTP 节点 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md 配置 HTTP 节点时,需要提供节点名称、协议、服务器地址、端口,并可选择添加用户名和密码。 ```text #http # 节点名称 = 协议,服务器地址,端口,加密方式,密码 http1 = http,example.com,80 http2 = http,example.com,80,username,"password" ``` -------------------------------- ### Hysteria2 Node Configuration Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md Configure a Hysteria2 node for high-performance connections. Specify server address, port, password, and optional TLS and network settings. ```text hysteria2Node = Hysteria2,example.com,9898,"password",skip-cert-verify=true,tls-name=example.com,udp=true,fast-open=true ``` -------------------------------- ### 手动添加 HTTPS 节点 Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md 配置 HTTPS 节点时,需要提供节点名称、协议、服务器地址、端口,并可选择添加用户名、密码、是否跳过证书校验以及 SNI。 ```text #https # 节点名称 = 协议,服务器地址,端口,加密方式,密码,skip-cert-verify=是否跳过证书校验(默认否),tls-name=SNI https1 = https,example.com,443 https2 = https,example.com,443,username,"password" https3 = https,example.com,443,username,"password",skip-cert-verify=true,tls-name=example.com ``` -------------------------------- ### Trojan WebSocket TLS Node Configuration Source: https://github.com/loon0x00/loonmanual/blob/master/docs/cn/node.md Configure a Trojan node using WebSocket transport with TLS. Includes server details, password, WebSocket parameters, and TLS settings. ```text trojan2 = trojan,example.com,443,"password",transport=ws,path=/,host=micsoft.com,alpn=http1.1,skip-cert-verify=true,tls-name=example.com,udp=true ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.