Giter VIP home page Giter VIP logo

airport-toolkit's People

Contributors

autisticshark 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

airport-toolkit's Issues

节点ID没有正确设置

使用一键安装后,节点ID没有正确设置(会为0),需要手动进入/soft/shadowsocks中的 userapiconfig.py 手动修改ID

系统为C7

安装使用的是WEBAPI
BLABLALBA

请问有木有旧版ssr_node_c7.sh可以下载鸭?

面板和数据库都没变,之前安装完成后,可以正常用。然后这两天用同样的Centos版本,同样的指令,再新建就都不能用了。。

试了NiTian1207的一键安装包版本,又正常使用。但是NiTian1207的安装包是一年前的 ,不支持单端口。
估计是大佬您更新了一些东西,。。请大佬麻烦提供一下旧版ssr_node_c7.sh救我狗命。蟹蟹

ssr-mod后端python3无法正常监听端口

猫猫你好,抱歉在这里打扰你,但Anankke的mod仓库没办法提issue,所以来这里提。
我在部署今年9月的最新mod后端时,输出信息如下:
2021-09-08 19:35:12 INFO web_transfer.py:482 db start server at port [16555] pass [b'W8kQpAb75Buh0WDi'] protocol [b'auth_aes128_sha1'] method [b'aes-256-cfb'] obfs [b'tls1.2_ticket_auth'] 2021-09-08 19:35:12 INFO server_pool.py:146 starting server at [::]:16555 2021-09-08 19:35:12 WARNING server_pool.py:170 IPV6 'forbidden_ip' 2021-09-08 19:35:12 INFO server_pool.py:188 starting server at 0.0.0.0:16555 2021-09-08 19:35:12 WARNING server_pool.py:205 IPV4 'forbidden_ip'
这段输出是无限重复的,我后端是通过webapi方式连接ssp的,而且从输出中可知后端也能正确读取前端的节点信息。
但是,虽然输出中写到已经在16555端口开启了服务器,但实际上python3并没有监听16555端口,这个我是从finalshell中的监听检测得知的,随后我通过客户端连接时也的确连接不上。
我的面板服务器系统是CentOS8,PHP是7.4,MySQL是5.7,但根据上述输出判断应该不是面板问题,面板是2021.9的最新dev分支。
然后我尝试了其他的服务器,但我几台使用centos8的服务器一律都出现了上述情况,我也尝试着把节点降到centos7,再使用你的centos7脚本安装,但问题依旧。
我已经在google上搜索了很久这个问题,但仍无果,所以只能在这里提个issue来咨询一下,在此先行谢过。

猫猫,抱歉打扰了

一个很迷的情况,虽然知道不是你的问题,但是Anankke那边不能开ISSUES。数据库对接遇到的。
端口没开,定时心跳包也没传。启动后就执行一次,然后就没有然后了。

WEBAPI能正常,就是比较好奇数据库方式不行,我也试过重装了系统,但是问题依旧

以下是LOG

[root@server shadowsocks]# python3 /soft/shadowsocks/server.py
loaded collections.OrderedDict
IPv6 support
INFO: ShadowsocksR 3.4.0 mod by esdeathlove
INFO: current process RLIMIT_NOFILE resource: soft 51200 hard 51200
INFO: loading config from user-config.json
2020-05-06 03:48:08 INFO util.py:49 loading libcrypto from libcrypto.so.10
2020-05-06 03:48:08 INFO asyncdns.py:324 dns server: [('1.1.1.1', 53), ('8.8.8.8', 53)]
2020-05-06 03:48:08 INFO asyncdns.py:324 dns server: [('1.1.1.1', 53), ('8.8.8.8', 53)]
2020-05-06 03:48:09 INFO db_transfer.py:164 UPDATE ss_node SET node_heartbeat=unix_timestamp(),node_bandwidth=node_bandwidth+'0' WHERE id = 118 ;
2020-05-06 03:48:09 INFO db_transfer.py:164 INSERT INTO ss_node_online_log (id, node_id, online_user, log_time) VALUES (NULL, '118', '0', unix_timestamp());
2020-05-06 03:48:09 INFO db_transfer.py:164 INSERT INTO ss_node_info (id, node_id, uptime, load, log_time) VALUES (NULL, '118', '3158.16', '0.20 0.14 0.1', unix_timestamp());

Log 报错,且CPU占用极高

Log 频繁出现以下信息,且运行一段时间后CPU占用极高,有时候会到100%, 请问这个是哪里出了问题

tcprelay.py:1537 exception from ::ffff:127.0.0.1:54742
tcprelay.py:1533 [Errno 104] Connection reset by peer
tcprelay.py:1918 port 444 connections down to 50
tcprelay.py:1915 port 444 connections up to 75
tcprelay.py:1915 port 444 connections up to 100

配置信息:
单端口
协议:auth_aes128_sha1
加密:aes-256-cfb
混淆:http_simple

提示信息修改

你好!
ssr_node_c8.sh
line16 -- echo "Shadowsocksr server installation script for CentOS 7 x64"
==> echo "Shadowsocksr server installation script for CentOS 8 x64"

c7 缺少idna

webapi无法对接
pip install idna后恢复正常
仅极少节点出现此问题

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.