10.【ad1合并自乘风视频广告过滤规则、EasylistChina、EasylistLite、CJX’sAnnoyance,以及补充的一些规则】cdn.jsdelivr.net/gh/o0HalfLife0o/list@master/ad.txt 11.【ad1合并自乘风视频广告过滤规则、EasylistChina、EasylistLite、CJX’sAnnoyance,以及补充的一些规则】raw.githubusercontent.com/o0HalfLife0o/lis...
DDNS(支持花生壳、DynNDS)、远程管理、防火墙等服务,让网络内的设备可以轻松的对外提供服务。
uci add_list network.wgserver.allowed_ips="192.168.99.1/32" uci add_list network.wgserver.allowed_ips="192.168.20.0/24" uci add_list network.wgserver.allowed_ips="fd00:99::2/64" uci commit network service network restart 上述命令设置了对等的服务端连接信息的同时,设置了只有向192.168.99.1/32...
,另外还有安装黑群晖,黑群晖里安装qbittorrent负责下载和ipv6的DDNS,LXC安装jellyfin实现核显硬解等等。
PC端 阿里云DDNS代码 而PC端的IP可以直接改上面的Python代码来实现,但是经过测试很不稳定,所以我在PC端写了一个服务定时刷新IP进行DDNS。主要的代码如下 public partial class AliDDNSService : ServiceBase { Client _ddnsClient; DescribeDomainRecordsRequest _request; ...
re/ddns/services/freedns.42.pl.json But that file is already provided by package * ddns-scripts_freedns_42_ pl check_data_file_clashes: Package ddns-scripts_service wants to install file / home/snakwu/openwrt-master/openwrt/build_dir/target-x86_64_musl/root-x86/usr/sha ...
option ddns_loglines '250' option upd_privateip '0' config service 'myddns_ipv4' option lookup_host 'yourhost.example.com' option domain 'yourhost.example.com' option username 'your_username' option password 'your_password' option interface 'wan' ...
问更改openwrt uci命令行中的DNS设置EN您可以通过以下操作将DNS请求转发到特定服务器:...
解决安装阿里云aliddns后无法正常运行的问题-OPENWRT专版-恩山无线论坛 我猜测,aliddns 的正常运行可能需要以下几个 ipk:libevent2-openssl libopenssl openssl-util curl libcurl,反正不行都试试。 ## 同步工具软件 syncthing 的安装和使用 这是我在自己服务器使用的第一个功能,个人觉得这个功能非常实用,你可以在几...
1) 重启后生效 开启: chkconfig iptables on 关闭: chkconfig iptables off 2) 即时生效,重启后失效 开启: service iptables start 关闭: service iptables stop 需要说明的是对于Linux下的其它服务都可以用以上命令执行开启和关闭操作. 开放端口的方法: 方法一:命令行方式 1. 开放端口命令: /sbin/iptables -I ...