1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-24 22:32:58 +03:00

init.d: openwrt min disk space startup

This commit is contained in:
bol-van 2024-10-21 17:51:02 +03:00
parent 386164f1f7
commit 3cfadd1717
2 changed files with 13 additions and 1 deletions
.gitignore
init.d/openwrt-minimal/tpws/etc/config

2
.gitignore vendored

@ -1,4 +1,4 @@
config /config
ip2net/ip2net ip2net/ip2net
mdig/mdig mdig/mdig
nfq/nfqws nfq/nfqws

@ -0,0 +1,12 @@
config global defaults
option user daemon
option tpws /usr/bin/tpws
config tpws
option port 900
option opt '--split-pos=2 --oob'
option enabled 1
config tpws
option port 901
option opt '--split-tls=sni --disorder'
option enabled 0