-
需求:
因为众所周知的原因,宽带会劣化连接,过段时间后,产生无数据进出(Connection drop).过几分钟之后会自动恢复.
经验上,只需要重启一下代理软件,就好了
解决方案:所以,我写了这么一个脚本.每隔一分钟检测是否能连接Google,如果不能,则重启SS_TPROXY
#!/bin/bash
url="https://www.google.com"
log_file…
-
KoolClash 即将开始进行重构。如果你有什么在 UI 或功能、特性上的需求,可以在这里提出来供我参考。
目前计划中的功能有:
- `_config.yaml` 代码编辑器。计划使用轻量级的 CodeMirror:
![image](https://user-images.githubusercontent.com/40715044/72234044-f3213e80-360…
-
Try from 0.3.1 to latest, clash-x86_64-unknown-linux-*
report "start error: dns error: proto error: io error: no nameservers found in config" after run the program
but 0.3.0 is working in the sa…
-
需求背景:环境中存在企业私有域名,由windows dns服务器负责解析。
在更新ss-tproxy v4.8.1前,我是在dnsmasq里写转发规则的。
在更新v4.8.1后,只用chinadns-ng的情况下,如何让指定域名转发到某个上游DNS服务器去?
我看了下chinadns-ng的readme,请大佬帮我看看方法是否正确:
1、ss-tproxy.conf中增加额外的配置文件
…
-
### Detailed Description of the Problem
Well that's a new one. Must be somewhere between 7217a9e and 983513d
### Expected Behavior
No crash
### Steps to Reproduce the Behavior
?
### …
-
I have made what I think are the final updates to the firehol script to only use bash builtins or detected commands. I updated the unit test to help enforce it.
The user is able to specify commands t…
-
报错以下错误,
服务日志:
2022-03-16 10:48:45 第六步:删除 OpenClash 残留文件...
2022-03-16 10:48:45 第五步: 重启 Dnsmasq 程序...
2022-03-16 10:48:45 第四步: 关闭 Clash 主程序...
2022-03-16 10:48:45 第三步: 关闭 OpenClash 守护程序...
2022…
-
当前版本:ss-tproxy v4.7.6 (2023-06-21)
我的需求是网内看youtube太费梯子流量,想毙掉视频,从浏览器F12看到视频加载URL是类似这种:https://rr2---sn-i3b7kns6.googlevideo.com/
在ignlist.ext添加
@googlevideo.com
重启服务后发现还是可以看youtube视频,请大佬帮我看看如…
-
### 自查
- [X] OpenWrt 22.03 及以上版本的系统
- [X] 使用firewall4(nftables)而非firewall3(iptables)
- [X] 已经关闭了DNSMASQ的`DNS 重定向`选项(如无此项请忽略)
- [X] 已停止运行其他代理插件,并确认环境正常
### 确认
- [x] 我已经搜索过Issue,没有找到我的问题
- [X] 我已经查看过…
-
对于小白来说,readme中提供的iptables规则看起来完全无从下手,我尝试了将里面的规则拷贝出来,并导入到iptables中,但出现了问题,网络无法正常使用了。下面是我的iptables规则:
```
iptables -t mangle -N SSREDIR
iptables -t mangle -A SSREDIR -j CONNMARK --restore-mark
ipt…