Skip to content

Commit

Permalink
Merge pull request #5 from daizong/master
Browse files Browse the repository at this point in the history
更新文档和Dockerfile注释
  • Loading branch information
tomasen committed Dec 3, 2015
2 parents 1391321 + cb67ab0 commit 4c7598c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN go install
RUN rm -rf /go/src/*
WORKDIR /go/bin

# Run the httpdns command by default when the container starts.
# Run the frontd command by default when the container starts.
ENTRYPOINT /go/bin/frontd

EXPOSE 4043
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
| --- | --- |
| 0x01 | 后端服务器超时 |
| 0x02 | 无法连接后端服务器 |
| 0x03 | 后端服务器超时 |
| 0x04 | 获取后端地址密文失败 |
| 0x06 | 后端地址解密失败 |
| 0x10 | 不被允许的IP地址 |
Expand Down

0 comments on commit 4c7598c

Please sign in to comment.