Browse Source

init.d: openwrt min disk space startup

pull/666/head
bol-van 5 months ago
parent
commit
e31a13a158
  1. 2
      .gitignore
  2. 12
      init.d/openwrt-minimal/tpws/etc/config/tpws

2
.gitignore

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

12
init.d/openwrt-minimal/tpws/etc/config/tpws

@ -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
Loading…
Cancel
Save