Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Tested in v0.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr committed Nov 23, 2012
1 parent c1f3186 commit 7ceebdf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -8,6 +8,7 @@

## TODO

- Test versions other than Node v0.8.14
- SOCKS4 support
- HTTPS support

Expand All @@ -17,7 +18,10 @@
var http = require('http');
var SocksAgent = require('socksified').SocksAgent;

var socksAgent = new SocksAgent({socks_host: '127.0.0.1', socks_port: 1080});
var socksAgent = new SocksAgent({
socks_host: '127.0.0.1',
socks_port: 1080
});

var options = {
agent: socksAgent,
Expand Down

0 comments on commit 7ceebdf

Please sign in to comment.