Giter Site home page Giter Site logo

Comments (2)

deanfu avatar deanfu commented on September 24, 2024

【2023年05月03日 00:45:43】:
① 程序版本(插件版本:4.37.1):

程序 版本 备注
ss-redir 3.3.5 2020年9月15日编译
ss-tunnel 3.3.5 2020年9月15日编译
ss-local 3.3.5 2020年9月15日编译
v2ray-plugin 4.45.0 2022年4月30日编译
ssrr-redir 3.5.3 2018年11月25日编译
ssrr-tunnel 3.5.3 2018年11月25日编译
ssrr-local 3.5.3 2018年11月25日编译
haproxy 1.8.8 2018年05月03日编译
dns2socks V2.0
cdns 1.0 2017年12月09日编译
chinadns1 1.3.2 2017年12月09日编译
chinadns2 2.0.0 2017年12月09日编译
ChinaDNS-NG 1.0-beta.25 2019年08月31日编译
client_linux_arm5 20210922 kcptun
v2ray 4.45.2
xray 1.7.0
trojan-go v0.10.6 2022年12月29日编译
naive 108.0.5359.94

② 检测当前相关进程工作状态:(你正在使用V2Ray,选择的模式是【gfwlist模式】,国外DNS解析方案是:dns2socks)

程序 状态 PID
v2ray 未运行
xray 工作中 pid:17219
dns2socks 工作中 pid:21567 17253 17252 17244
dnsmasq 工作中 pid:17665

③ 检测iptbales工作状态:
----------------------------------------------------- nat表 PREROUTING 链 --------------------------------------------------------
Chain PREROUTING (policy ACCEPT 509 packets, 62351 bytes)
pkts bytes target prot opt in out source destination
788 43830 SHADOWSOCKS tcp -- * * 0.0.0.0/0 0.0.0.0/0
0 0 DNAT tcp -- * * 0.0.0.0/0 192.168.1.1 tcp dpt:80 to:192.168.50.1:18017
8440 448K VSERVER all -- * * 0.0.0.0/0 192.168.137.2
288 21258 DNAT udp -- * * 192.168.50.0/24 0.0.0.0/0 udp dpt:53 to:192.168.50.1

----------------------------------------------------- nat表 OUTPUT 链 ------------------------------------------------------------
Chain OUTPUT (policy ACCEPT 2244 packets, 147K bytes)
pkts bytes target prot opt in out source destination
0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set router dst redir ports 3333
0 0 SHADOWSOCKS_EXT tcp -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0xc0a83200/0xffffff00

----------------------------------------------------- nat表 SHADOWSOCKS 链 --------------------------------------------------------
Chain SHADOWSOCKS (1 references)
pkts bytes target prot opt in out source destination
438 22776 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set white_list dst
351 21106 SHADOWSOCKS_GFW tcp -- * * 0.0.0.0/0 0.0.0.0/0

----------------------------------------------------- nat表 SHADOWSOCKS_EXT 链 --------------------------------------------------------
Chain SHADOWSOCKS_EXT (1 references)
pkts bytes target prot opt in out source destination
0 0 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set white_list dst
0 0 SHADOWSOCKS_GFW tcp -- * * 0.0.0.0/0 0.0.0.0/0

----------------------------------------------------- nat表 SHADOWSOCKS_GFW 链 ----------------------------------------------------
Chain SHADOWSOCKS_GFW (2 references)
pkts bytes target prot opt in out source destination
0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set black_list dst redir ports 3333
0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set gfwlist dst redir ports 3333

----------------------------------------------------- nat表 SHADOWSOCKS_CHN 链 -----------------------------------------------------
Chain SHADOWSOCKS_CHN (0 references)
pkts bytes target prot opt in out source destination
0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set black_list dst redir ports 3333
0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 ! match-set chnroute dst redir ports 3333

----------------------------------------------------- nat表 SHADOWSOCKS_GAM 链 -----------------------------------------------------
Chain SHADOWSOCKS_GAM (0 references)
pkts bytes target prot opt in out source destination
0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set black_list dst redir ports 3333
0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 ! match-set chnroute dst redir ports 3333

----------------------------------------------------- nat表 SHADOWSOCKS_GLO 链 -----------------------------------------------------
Chain SHADOWSOCKS_GLO (0 references)
pkts bytes target prot opt in out source destination
0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 redir ports 3333

----------------------------------------------------- nat表 SHADOWSOCKS_HOM 链 -----------------------------------------------------
Chain SHADOWSOCKS_HOM (0 references)
pkts bytes target prot opt in out source destination
0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set black_list dst redir ports 3333
0 0 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 match-set chnroute dst redir ports 3333


from v2ray_bin.

cary-sas avatar cary-sas commented on September 24, 2024

服务端证书问题,#22

from v2ray_bin.

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.