1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-02 07:25:19 -05:00

unified import path

This commit is contained in:
v2ray
2016-08-20 20:55:45 +02:00
parent 6a878432dc
commit 07a86f549b
248 changed files with 759 additions and 757 deletions

View File

@@ -1,8 +1,8 @@
FROM golang:latest
RUN go get -u github.com/v2ray/v2ray-core \
RUN go get -u v2ray.com/core/... \
&& rm -f $GOPATH/bin/build \
&& go install github.com/v2ray/v2ray-core/tools/build \
&& go install v2ray.com/core/tools/build \
&& build \
&& mv bin/v2ray-custom-linux-64/v2ray bin \
&& rm -rf pkg src

View File

@@ -11,11 +11,11 @@ echo "Generated client ID: $ID"
cat <<EOF > server-cfg.json
{
"port": $PORT,
"log" : {
"access": "/go/access.log"
},
"inbound": {
"port": $PORT,
"protocol": "vmess",
"settings": {
"clients": [