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