forked from fscarmen/sba
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.conf
More file actions
60 lines (48 loc) · 2.37 KB
/
config.conf
File metadata and controls
60 lines (48 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# 使用说明 / Usage:
# 1. 复制此文件并重命名为 config.conf / Copy this file and rename it to config.conf
# 2. 根据需要修改配置参数 / Modify the configuration parameters as needed
# 3. 执行安装命令 / Run the installation command:
# bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/sba/main/sba.sh) -f config.conf
# 配置文件说明 / Configuration Description:
# 语言选项 / Language option:
# C 为中文 / C for Chinese
# E 为英文 / E for English
# 留空默认为英文 / Default is English if left empty
L=''
# 服务器 IP 地址,支持 IPv4 或 IPv6 / Server IP address, supports IPv4 or IPv6
# 例如 / For example: IPv4: 123.123.123.123; IPv6: 2a01:4f8:272:5aa1:dc88:ff6e:5305:1234
SERVER_IP=''
# Argo 配置 / Argo Configuration
# Argo 域名设置 / Argo domain settings
# 例如 / For example: ARGO_DOMAIN='argo.xray.com'
# 留空则使用临时隧道 / Use temporary tunnel if left empty
ARGO_DOMAIN=''
# Argo 认证信息 / Argo authentication info
# JSON 格式示例 / JSON format example:
# ARGO_AUTH='{"AccountTag":"9cc9e3e4dag29d2a02e297f14f20513a","TunnelSecret":"vRzeQmSagqjCoQ0mzvl0qDR8dVROE889m0TnbZhJKHs=","TunnelID":"acd8c712-b088-4660-8187-e69abfa38443"}'
# Token 格式示例 / Token format example:
# ARGO_AUTH='eyJhIjoiOWNjOWUzZTRkOGYyOWQyYTAyZTI5N2YxNagyFzUxM2EiLCJ0IjoiYTcyMmUwNjYtODlmYi00ZjJmLTgagDQtOGEwOTVhNTkzM2I2IiwicyI6Ik9XTTFaak0xWWprdE16QTRNQzAwTUdVMExUbGlaV0V0TmpFek9UZzFNRGczWkdRNCJ9'
# 留空则使用临时隧道 / Use temporary tunnel if left empty
ARGO_AUTH=''
# Sing-box 配置 / Sing-box Configuration
# Reality 端口 / Reality port
# 留空则随机生成 / Random generation if left empty
REALITY_PORT=''
# Reality 私钥 / Reality private key
# 留空则随机生成 / Random generation if left empty
REALITY_PRIVATE=''
# Reality 公钥 / Reality public key
# 留空则随机生成 / Random generation if left empty
REALITY_PUBLIC=''
# 服务器域名 / Server domain
# 留空则使用脚本附带的第一个CDN SERVER / Default to use the first CDN SERVER provided by the script if left empty
SERVER=''
# 用户 UUID / User UUID
# 留空则随机生成 / Random generation if left empty
UUID=''
# WebSocket 路径 / WebSocket path
# 留空则默认为 sba / Default is sba if left empty
WS_PATH=''
# 节点名称 / Node name
# 留空则默认使用 VPS hostname / Default to VPS hostname if left empty
NODE_NAME=''