Code Monkey home page Code Monkey logo

xrayr-v2board's People

Contributors

missuo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

xrayr-v2board's Issues

节点是黄色,测试延迟-1

大多数按照教程配置的,除了v2board 面板添加时,连接端口和服务端口填的的端口号不一样,尝试过把连接端口和服务端口的端口号填同一个数字,XrayR 不能启动。

配置文件:
Log:
Level: debug # Log level: none, error, warning, info, debug
AccessPath: # ./access.Log
ErrorPath: # ./error.log
DnsConfigPath: # ./dns.json Path to dns config
Nodes:

PanelType: "V2board" # Panel type: SSpanel, V2board
ApiConfig:
  ApiHost: "https://fmywebsite.com" # 修改这里
  ApiKey: "Myapikey" # 修改这里
  NodeID: 1
  NodeType: V2ray # Node type: V2ray, Shadowsocks, Trojan
  Timeout: 30 # Timeout for the api request
  EnableVless: false # Enable Vless for V2ray Type, Remote configuration first
  EnableXTLS: false # Enable XTLS for V2ray and Trojan, emote configuration first
ControllerConfig:
  ListenIP: 0.0.0.0 # IP address you want to listen
  UpdatePeriodic: 60 # Time to update the nodeinfo, how many sec.
  EnableDNS: false # Use custom DNS config, Please ensure that you set the dns.json well
  CertConfig:
    CertMode: file # Option about how to get certificate: none, file, http, dns. Choose "none" will forcedly disable the tls config.
    CertDomain: "node1.test.com" # Domain to cert
    CertFile: /etc/ssl/private/fullchain.pem # Provided if the CertMode is file
    KeyFile: /etc/ssl/private/privkey.pem
    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

手动数据库更改站点上的问题

我手动更改了数据库并遇到了这个问题
我什至重置了它,但问题仍然存在
但它似乎被锁定,所以它不起作用
你能告诉我问题所在吗?
image

TLS handshake error

I try to install the script it runs normally but not with tls

TLS handshake error from 5.127*******35:59152: read tcp 162*****2:443->5.12*******59152: i/o timeout
TLS handshake error from 5.1*********5:59156: read tcp 162*****2:443->5.******:59156: i/o timeout
TLS handshake error from 5.1********:59161: read tcp 162.******2:443->5.********59161: i/o timeout
TLS handshake error from 5.**********5:59165: tls: no certificates configured
TLS handshake error from 5.1*********:59166: tls: no certificates configured
TLS handshake error from 5.1**********:59168: tls: no certificates configured
TLS handshake error from 5.1**********5:59164: tls: no certificates configured

can anyone help me?

V2Ray和Trojan不能共存

系统:CentOs7
logs如下:
XrayR.service: main process exited, code=exited, status=2/INVALIDARGUMENT
Unit XrayR.service entered failed state.
XrayR.service failed.
XrayR.service holdoff time over, scheduling restart.
Stopped XrayR Service.
Started XrayR Service.
XrayR 0.8.0 (A Xray backend that supports many panels)

启动不起来啊

Sep 15 14:34:32 AMD2 systemd[1]: XrayR.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Sep 15 14:34:32 AMD2 systemd[1]: XrayR.service: Failed with result 'exit-code'.
Sep 15 14:34:42 AMD2 systemd[1]: XrayR.service: Service RestartSec=10s expired, scheduling restart.
Sep 15 14:34:42 AMD2 systemd[1]: XrayR.service: Scheduled restart job, restart counter is at 106.
Sep 15 14:34:42 AMD2 systemd[1]: Stopped XrayR Service.
Sep 15 14:34:42 AMD2 systemd[1]: Started XrayR Service.
Sep 15 14:34:42 AMD2 XrayR[609874]: XrayR 0.8.0 (A Xray backend that supports many panels)
Sep 15 14:34:42 AMD2 XrayR[609874]: 2022/09/15 14:34:42 Start the panel..
Sep 15 14:34:42 AMD2 XrayR[609874]: 2022/09/15 14:34:42 Xray Core Version: 1.5.4
Sep 15 14:34:42 AMD2 XrayR[609874]: 2022/09/15 14:34:42 [Debug] app/log: Logger started
Sep 15 14:34:42 AMD2 XrayR[609874]: 2022/09/15 14:34:42 [Info] app/dns: DNS: created localhost client
Sep 15 14:34:42 AMD2 XrayR[609874]: 2022/09/15 14:34:42 [Warning] core: Xray 1.5.4 started
Sep 15 14:34:42 AMD2 XrayR[609874]: 2022/09/15 14:34:42 [Debug] app/proxyman/inbound: creating stream worker on 0.0.0.0:80
Sep 15 14:34:42 AMD2 XrayR[609874]: 2022/09/15 14:34:42 [Info] transport/internet/websocket: listening TCP(for WS) on 0.0.0.0:80
Sep 15 14:34:43 AMD2 XrayR[609874]: panic: runtime error: index out of range [0] with length 0
Sep 15 14:34:43 AMD2 XrayR[609874]: goroutine 1 [running]:
Sep 15 14:34:43 AMD2 XrayR[609874]: github.com/XrayR-project/XrayR/service/controller.(*Controller).addNewUser(0xc0000cff40, 0xc0007e9128, 0xc0005cfd68?)
Sep 15 14:34:43 AMD2 XrayR[609874]: github.com/XrayR-project/XrayR/service/controller/controller.go:339 +0x2cf
Sep 15 14:34:43 AMD2 XrayR[609874]: github.com/XrayR-project/XrayR/service/controller.(*Controller).Start(0xc0000cff40)
Sep 15 14:34:43 AMD2 XrayR[609874]: github.com/XrayR-project/XrayR/service/controller/controller.go:64 +0x2a9
Sep 15 14:34:43 AMD2 XrayR[609874]: github.com/XrayR-project/XrayR/panel.(*Panel).Start(0xc000146f00)
Sep 15 14:34:43 AMD2 XrayR[609874]: github.com/XrayR-project/XrayR/panel/panel.go:192 +0x59a
Sep 15 14:34:43 AMD2 XrayR[609874]: main.main()
Sep 15 14:34:43 AMD2 XrayR[609874]: github.com/XrayR-project/XrayR/main/main.go:92 +0x1ed
Sep 15 14:34:43 AMD2 systemd[1]: XrayR.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Sep 15 14:34:43 AMD2 systemd[1]: XrayR.service: Failed with result 'exit-code'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.