全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

IP归属甄别会员请立即修改密码
查看: 6055|回复: 17
打印 上一主题 下一主题

自建机场失败,V2Board+XrayR,前端没问题,后端配置失败

[复制链接]
跳转到指定楼层
1#
发表于 2022-9-30 19:18:52 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
自建机场失败,V2Board+XrayR,前端没问题,后端配置失败


  1.     PanelType: "V2board" # Panel type: SSpanel, V2board, PMpanel, Proxypanel, V2RaySocks
  2.     ApiConfig:
  3.       ApiHost: "https://www.idc.st"
  4.       ApiKey: "a40bpa40bpa40bpa40bddddddssspwsssss"
  5.       NodeID: 1
  6.       NodeType: V2ray # Node type: V2ray, Shadowsocks, Trojan, Shadowsocks-Plugin
  7.       Timeout: 30 # Timeout for the api request
  8.       EnableVless: false # Enable Vless for V2ray Type
  9.       EnableXTLS: false # Enable XTLS for V2ray and Trojan
  10.       SpeedLimit: 0 # Mbps, Local settings will replace remote settings, 0 means disable
  11.       DeviceLimit: 0 # Local settings will replace remote settings, 0 means disable
  12.       RuleListPath: # /etc/XrayR/rulelist Path to local rulelist file
  13.     ControllerConfig:
  14.       ListenIP: 0.0.0.0 # IP address you want to listen
  15.       SendIP: 0.0.0.0 # IP address you want to send pacakage
  16.       UpdatePeriodic: 60 # Time to update the nodeinfo, how many sec.
  17.       EnableDNS: false # Use custom DNS config, Please ensure that you set the dns.json well
  18.       DNSType: AsIs # AsIs, UseIP, UseIPv4, UseIPv6, DNS strategy
  19.       EnableProxyProtocol: false # Only works for WebSocket and TCP
  20.       EnableFallback: false # Only support for Trojan and Vless
  21.       FallBackConfigs:  # Support multiple fallbacks
  22.         -
  23.           SNI: # TLS SNI(Server Name Indication), Empty for any
  24.           Alpn: # Alpn, Empty for any
  25.           Path: # HTTP PATH, Empty for any
  26.           Dest: 80 # Required, Destination of fallback, check https://xtls.github.io/config/features/fallback.html for details.
  27.           ProxyProtocolVer: 0 # Send PROXY protocol version, 0 for dsable
  28.       CertConfig:
  29.         CertMode: dns # Option about how to get certificate: none, file, http, dns. Choose "none" will forcedly disable the tls config.
  30.         CertDomain: "a6695012.idc.st" # Domain to cert
  31.         CertFile: /etc/XrayR/cert/node1.test.com.cert # Provided if the CertMode is file
  32.         KeyFile: /etc/XrayR/cert/node1.test.com.key
  33.         Provider: cloudflare # DNS cert provider, Get the full support list here: https://go-acme.github.io/lego/dns/
  34.         Email: [email protected]
  35.         DNSEnv: # DNS ENV option used by DNS provider
  36.           CF_API_EMAIL: [email protected]
  37.           CF_DNS_API_TOKEN: guBW9k6q4HOZn1Hl2SNB45AEf6etb6YbwcTlhkTO
复制代码


XrayR状态: 未运行
是否开机自启: 是

请输入选择 [0-13]: 6
XrayR可能启动失败,请稍后使用 XrayR log 查看日志信息

有会配置的大神来接单了,付费。。。
推荐
发表于 2022-9-30 19:41:01 | 只看该作者
还是你狠啊,我导航站之前收藏过一篇很小白的文章,你可以看下。
18#
发表于 2022-9-30 23:30:40 | 只看该作者
你的LOG也太過詳細了吧?!
連API KEY都詳細地公開了
17#
发表于 2022-9-30 21:01:08 | 只看该作者
内容过于真实
16#
发表于 2022-9-30 20:58:18 | 只看该作者
证书验证有问题,你API用的是自签证书?
15#
发表于 2022-9-30 19:49:18 | 只看该作者
啊这,日志不够清楚吗
14#
 楼主| 发表于 2022-9-30 19:44:06 | 只看该作者
mbaby 发表于 2022-9-30 19:41
你这个问题完全就不是问题

不是啥问题
13#
发表于 2022-9-30 19:41:02 | 只看该作者
你这个问题完全就不是问题
11#
发表于 2022-9-30 19:40:47 来自手机 | 只看该作者
话说你把地址和apikey都发出来,就不怕吗?xrayr我记得很容易配置的。你这只用v2ray,按说不该有问题的。配置里你换vmess或trojan试试试试。
10#
 楼主| 发表于 2022-9-30 19:40:40 | 只看该作者
  1. 9月 30 11:40:02 ser137181716933 XrayR[6477]: panic: Panel Start fialed: request https://dsdfdfs.idc.st/api/v1/server/Deepbwork/config failed: Get "https://ddddd.idc.st/api/v1/server/Deepbwork/config?local_port=1&node_id=1&token=a40bpa40bpa40bpa40bpwsssss": x509: certificate signed by unknown authority
  2. 9月 30 11:40:02 ser137181716933 XrayR[6477]: goroutine 1 [running]:
  3. 9月 30 11:40:02 ser137181716933 XrayR[6477]: log.Panicf({0x21667ef?, 0x0?}, {0xc00078fe80?, 0xc0002e42a0?, 0xc00011f7c0?})
  4. 9月 30 11:40:02 ser137181716933 XrayR[6477]: log/log.go:395 +0x67
  5. 9月 30 11:40:02 ser137181716933 XrayR[6477]: github.com/XrayR-project/XrayR/panel.(*Panel).Start(0xc0000588c0)
  6. 9月 30 11:40:02 ser137181716933 XrayR[6477]: github.com/XrayR-project/XrayR/panel/panel.go:198 +0x57c
  7. 9月 30 11:40:02 ser137181716933 XrayR[6477]: main.main()
  8. 9月 30 11:40:02 ser137181716933 XrayR[6477]: github.com/XrayR-project/XrayR/main/main.go:96 +0x250
  9. 9月 30 11:40:02 ser137181716933 systemd[1]: XrayR.service: main process exited, code=exited, status=2/INVALIDARGUMENT
  10. 9月 30 11:40:02 ser137181716933 systemd[1]: Unit XrayR.service entered failed state.
  11. 9月 30 11:40:02 ser137181716933 systemd[1]: XrayR.service failed.

复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2025-11-9 21:27 , Processed in 0.099442 second(s), 12 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表