Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mllken authored Mar 7, 2023
1 parent 8c888f0 commit a3d5edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const net = std.net;
const Socksv5 = @import("socks.zig").Socksv5;
pub fn main() !void {
const proxy = try net.parseIp4("127.0.0.1", 1080);
const proxy = try net.Address.parseIp4("127.0.0.1", 1080);
const stream = try Socksv5.connect(proxy, null, "www.google.com", 80);
defer stream.close();
Expand Down

0 comments on commit a3d5edf

Please sign in to comment.