新增了本地dns服务器配置
This commit is contained in:
juewuy
2020-07-17 17:40:34 +08:00
parent ad9a551004
commit 9d0fc49af3
8 changed files with 1645 additions and 1 deletions

Binary file not shown.

View File

@@ -0,0 +1,16 @@
#!/bin/sh /etc/rc.common
# Example script
# Copyright (C) 2007 OpenWrt.org
USE_PROCD=1
START=95
start_service() {
procd_open_instance
procd_set_param respawn
procd_set_param stderr 1
procd_set_param stdout 1
procd_set_param command /etc/clash/clash -d /etc/clash
procd_close_instance
iptables -I FORWARD -o utun -j ACCEPT
}

1595
clash_tun_config/config.yaml Normal file

File diff suppressed because it is too large Load Diff