diff --git a/README.md b/README.md index b0513f1..d28962f 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ server-xray --ttt [p=443,]d=domain.com,u=psw[:level[:email]][,f=[fb-host]:fb-port:[fb-path]] --tttw [p=443,]d=domain.com,u=psw[:level[:email]][,f=[fb-host]:fb-port:[fb-path]],w=/webpath --ttpw [p=443,]u=psw[:level[:email]][,f=[fb-host]:fb-port:[fb-path]],w=/webpath - --ng-opt [p=443,]d=domain0.com[,d=domain1.com...] - --ng-proxy [d=domain0.com,][d=domain1.com...][h=127.0.0.1,]p=port-backend,l=location,n=ws|grpc - -u|--user u=id0[:level[:email]][,u=id1...] + --ng-opt [p=443,]d=domain0.com[,d=domain1.com][...] + --ng-proxy [d=domain0.com,][d=domain1.com][...][h=127.0.0.1,]p=port-backend,l=location,n=ws|grpc + -u|--user u=id0[:level[:email]][,u=id1][...] -k|--hook [Optional] DDNS update or notifing URL to be hit -r|--request-domain [Optional] Domain name to request for letsencrypt cert -c|--cert-path [Optional] Reading TLS certs from folder // @@ -301,7 +301,7 @@ Please replace "amd64" with the arch match the current box accordingly. Other su ### Cross-compile docker image for the platforms with different architecture -Please refer the [official doc](https://docs.docker.com/engine/reference/commandline/buildx_install/) for docker-buildx installation +Please refer the [official doc](https://github.com/docker/buildx) for docker-buildx installation ```shell docker buildx build --platform=linux/arm/v7 -t samuelhbne/server-xray:armv7 -f Dockerfile.arm . diff --git a/run.sh b/run.sh index 5b81137..cedd00d 100755 --- a/run.sh +++ b/run.sh @@ -20,9 +20,9 @@ usage() { echo " --ttpw [p=443,]u=psw[:level[:email]][,f=[fb-host]:fb-port:[fb-path]],w=/webpath" # echo " --ssa [port=443,]user=password1:method1[,user=password2:method2]" # echo " --sst [port=443,]user=passwd,method=xxxx" - echo " --ng-opt [p=443,]d=domain0.com[,d=domain1.com...]" - echo " --ng-proxy [d=domain0.com,][d=domain1.com...][h=127.0.0.1,]p=port-backend,l=location,n=ws|grpc" - echo " -u|--user u=id0[:level[:email]][,u=id1...]" + echo " --ng-opt [p=443,]d=domain0.com[,d=domain1.com][...]" + echo " --ng-proxy [d=domain0.com,][d=domain1.com][...][h=127.0.0.1,]p=port-backend,l=location,n=ws|grpc" + echo " -u|--user u=id0[:level[:email]][,u=id1][...]" echo " -k|--hook [Optional] DDNS update or notifing URL to be hit" echo " -r|--request-domain [Optional] Domain name to request for letsencrypt cert" echo " -c|--cert-path [Optional] Reading TLS certs from folder //"