mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-15 19:22:54 +08:00
Add files via upload
This commit is contained in:
parent
c57634fdad
commit
9f15468159
BIN
Country.mmdb
Normal file
BIN
Country.mmdb
Normal file
Binary file not shown.
16
clashservice
Normal file
16
clashservice
Normal 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
config.yaml
Normal file
1595
config.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user