4 changed files with 3 additions and 4 deletions
@ -1 +1 @@ |
|||
Subproject commit 242d00408e42818716b4755af473d53f36d8f934 |
|||
Subproject commit 1a1105639c38fd5fdda171cdd037300e3a0ae10c |
|||
@ -1,5 +1,5 @@ |
|||
#!/bin/sh |
|||
|
|||
nmp --uvloop true --server sockv5 --endpoint "${NMP_ENDPOINT}" --host '0.0.0.0' --port 10086 --token "${NMP_TOKEN}" >/dev/null 2>&1 & |
|||
nmp --server sockv5 --endpoint "${NMP_ENDPOINT}" --host '0.0.0.0' --port 10086 --token "${NMP_TOKEN}" >/dev/null 2>&1 & |
|||
sleep 1 |
|||
exec v2ray -config /etc/v2ray/config.json >/dev/null 2>&1 |
|||
|
|||
Loading…
Reference in new issue