mirror of https://github.com/v2ray/v2ray-core
Darien Raymond
6 years ago
3 changed files with 5 additions and 1 deletions
@ -0,0 +1,3 @@
|
||||
#!/bin/sh |
||||
|
||||
journalctl -u v2ray --since today | curl -X PUT -s --upload-file "-" https://transfer.sh/v2ray.log | awk '{print "{\"value1\":\""$1"\"}"}' | curl -s --header "Content-Type: application/json" --request POST --data @- https://www.v2ray.com/logupload/ |
Loading…
Reference in new issue