Giter Site home page Giter Site logo

Comments (4)

overcache avatar overcache commented on May 18, 2024

Error: getaddrinfo ENOTFOUND mirrors.tuna.tsinghua.edu.cn mirrors.tuna.tsinghua.edu.cn:443
at errnoException (dns.js:28:10)

这条错误表明vrouter没能联网,请确保上游路由器开启了dhcp。
手动恢复网关和dns,请看wiki
https://github.com/icymind/VRouter/wiki/手动恢复网关

from vrouter.

Maecenas avatar Maecenas commented on May 18, 2024

我按 wiki 的操作进行了手动恢复网关和 dns,在 Virtual Box 里面删除了原来的虚拟机并重新安装成功了,使用原来的配置还是不能使用,但是换了一个 ss 账号就行。是因为我使用了一些不兼容的协议吗?可以列出ssr支持的加密方法、协议和混淆吗?

SSR:
Encrypt Method: chacha20
Protocol: auth_chain_a
Obfs: tls1.2_ticket_auth

from vrouter.

overcache avatar overcache commented on May 18, 2024

ssr 的二进制文件来自 https://github.com/ywb94/openwrt-ssr

项目的 README 指向的文档链接已经失效, 它支持哪种加密方法/混淆/协议无从得知, 抱歉了.

但是从项目的 issue 看, 它并不支持较新的Protocol: auth_chain_a

from vrouter.

overcache avatar overcache commented on May 18, 2024

只能看他的源码了:

local encrypt_methods = {
	"table",
	"rc4",
	"rc4-md5",
	"rc4-md5-6",
	"aes-128-cfb",
	"aes-192-cfb",
	"aes-256-cfb",
	"aes-128-ctr",
	"aes-192-ctr",
	"aes-256-ctr",	
	"bf-cfb",
	"camellia-128-cfb",
	"camellia-192-cfb",
	"camellia-256-cfb",
	"cast5-cfb",
	"des-cfb",
	"idea-cfb",
	"rc2-cfb",
	"seed-cfb",
	"salsa20",
	"chacha20",
	"chacha20-ietf",
}

local protocol = {
	"origin",
	"verify_simple",
	"verify_sha1",		
	"auth_sha1",
	"auth_sha1_v2",
	"auth_sha1_v4",
	"auth_aes128_sha1",
	"auth_aes128_md5",
}

obfs = {
	"plain",
	"http_simple",
	"http_post",
	"tls_simple",	
	"tls1.2_ticket_auth",
}

from vrouter.

Related Issues (20)

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.