Skip to content

Commit

Permalink
try fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi-love committed Nov 17, 2016
1 parent b0f5272 commit 0aa31c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var respond = function(rinfo){
};
};

exports.createProxyServer = function(ip , port){
module.exports.createProxyServer = function(ip , port){
server.on('message' , function(msg , rinfo){
var rq = request(msg) ,
rs = respond(rinfo);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dns-proxy-server",
"version": "1.0.2",
"version": "1.0.3",
"description": "dns proxy server",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 0aa31c5

Please sign in to comment.