forked from splendidmata/XrayR-release
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,27 +28,27 @@ Nodes: | |
DNSEnv: # DNS ENV option used by DNS provider | ||
ALICLOUD_ACCESS_KEY: aaa | ||
ALICLOUD_SECRET_KEY: bbb | ||
- | ||
PanelType: "V2board" # Panel type: SSpanel, V2board | ||
ApiConfig: | ||
ApiHost: "http://V2board.com" | ||
ApiKey: "123" | ||
NodeID: 42 | ||
NodeType: Trojan # Node type: V2ray, Shadowsocks, Trojan | ||
Timeout: 30 # Timeout for the api request | ||
EnableVless: false # Enable Vless for V2ray Type, Prefer remote configuration | ||
EnableXTLS: false # Enable XTLS for V2ray and Trojan, Prefer remote configuration | ||
ControllerConfig: | ||
ListenIP: 0.0.0.0 # IP address you want to listen | ||
UpdatePeriodic: 60 # Time to update the nodeinfo, how many sec. | ||
EnableDNS: false # Enable custom DNS config, Please ensure that you set the dns.json well | ||
CertConfig: | ||
CertMode: dns # Option about how to get certificate: none, file, http, dns. Choose "none" will forcedly disable the tls config. | ||
CertDomain: "node2.test.com" # Domain to cert | ||
CertFile: ./cert/node2.test.com.cert # Provided if the CertMode is file | ||
KeyFile: ./cert/node2.test.com.key | ||
Provider: alidns # DNS cert provider, Get the full support list here: https://go-acme.github.io/lego/dns/ | ||
Email: [email protected] | ||
DNSEnv: # DNS ENV option used by DNS provider | ||
ALICLOUD_ACCESS_KEY: aaa | ||
ALICLOUD_SECRET_KEY: bbb | ||
# - | ||
# PanelType: "V2board" # Panel type: SSpanel, V2board | ||
# ApiConfig: | ||
# ApiHost: "http://V2board.com" | ||
# ApiKey: "123" | ||
# NodeID: 42 | ||
# NodeType: Trojan # Node type: V2ray, Shadowsocks, Trojan | ||
# Timeout: 30 # Timeout for the api request | ||
# EnableVless: false # Enable Vless for V2ray Type, Prefer remote configuration | ||
# EnableXTLS: false # Enable XTLS for V2ray and Trojan, Prefer remote configuration | ||
# ControllerConfig: | ||
# ListenIP: 0.0.0.0 # IP address you want to listen | ||
# UpdatePeriodic: 60 # Time to update the nodeinfo, how many sec. | ||
# EnableDNS: false # Enable custom DNS config, Please ensure that you set the dns.json well | ||
# CertConfig: | ||
# CertMode: dns # Option about how to get certificate: none, file, http, dns. Choose "none" will forcedly disable the tls config. | ||
# CertDomain: "node2.test.com" # Domain to cert | ||
# CertFile: ./cert/node2.test.com.cert # Provided if the CertMode is file | ||
# KeyFile: ./cert/node2.test.com.key | ||
# Provider: alidns # DNS cert provider, Get the full support list here: https://go-acme.github.io/lego/dns/ | ||
# Email: [email protected] | ||
# DNSEnv: # DNS ENV option used by DNS provider | ||
# ALICLOUD_ACCESS_KEY: aaa | ||
# ALICLOUD_SECRET_KEY: bbb |