-
The package shadowsocks-tools "ss-redir.sh" needs pdnsd for dns resolve. But OpenWRT 15.05 lack package pdnsd. So I recemended to include pdnsd in network-feeds. And I have compile package pdnsd with…
boytm updated
8 years ago
-
```
mkdir -p /data/openwrt-hc5x61/openwrt-ramips/dl
echo "Checking out files from the git repository..."; mkdir -p /data/openwrt-hc5x61/openwrt-ramips/tmp/dl && cd /data/openwrt-hc5x61/openwrt-ramips/…
-
make[3]: Entering directory `/openwrt/rt-n56u-chongshengB-d20190913/trunk/user/pdnsd'
( cd pdnsd ; \
autoreconf -ivf ; \
./configure \
--prefix=/usr \
--host=mipsel-linux \
…
-
config.status: error: cannot find input file: `doc/pdnsd.conf.5.in'
Makefile:15: recipe for target 'configure' failed
make[3]: *** [configure] Error 1
make[3]: Leaving directory '/opt/rt-n56u/trunk…
-
原本shadowsocks可以通过ss-tunnel来转发udp请求来解决dns污染问题,但是我们公司的网络比较奇葩,会不定时的阻断非认证服务器(因为查询公司的dns是没问题的)的udp请求。具体现象就是会不定期的dns解析失败,自己的vps上搭建了dnsmasq也不行,时灵时不灵,不灵的时候通过墙外的vps去查询是可用的,但是在公司里就不行,ss-tunnel转发也不行。这抽风的网络……无语………
lersh updated
8 years ago
-
write shadowsocks.json success
copy file ok
change dnsmasq config ok
add auto start ok
[ ok ] Starting ss-local: ss-local.
[ ok ] Starting ss-redir: ss-redir.
[ ok ] Starting pdnsd: pdnsd.
[ ok…
-
mkdir -p /var/etc/dnsmasq-go.d
###### Anti-pollution configuration ######
if [ -n "$vt_safe_dns" ]; then
if [ "$vt_safe_dns_tcp" = 1 ]; then
start_pdnsd "$vt_safe_dns"
awk -vs="127.0.0…
nu1ee updated
7 years ago
-
when trying to use on samsung galaxy s9 connction close after 2 minutes .
here is app log
[libsuperuser][C][SH%] START
[libsuperuser][C][SH+] /data/data/com.staf621.ki4a/ki4a/bin/busybox kill…
-
# 梅林V7.2 KoolShare之SS V3.1.2 DNS解析方式分析
标签(空格分隔): ShadowSocks Merlin KoolShare
---
6300V2上的Merlin系统好久没折腾过了,折腾路由器的时候发现SS上使用的某些技术已经看不懂了,浅探一番之后在这里记录一下。
### ShadowSocks
这个版本的SS已经集成了KcpTun,所以…
-
请问这个是要怎么才能解决,是不是要在ssr-redir.sh中加入/etc/init.d/pdnsd disable 2>/dev/null谢谢!