summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-10 13:37:56 +0200
committerLoïc Hoguin <[email protected]>2019-09-10 13:37:56 +0200
commitfbf53ad5054e478eb7d9328e5db1659408417995 (patch)
treedfbe2f80a6ca86bc0bc807189cc5adeae991b3bc
parent71aba77b1f232594e8a58c73103c565e65fcce17 (diff)
downloadninenines.eu-fbf53ad5054e478eb7d9328e5db1659408417995.tar.gz
ninenines.eu-fbf53ad5054e478eb7d9328e5db1659408417995.tar.bz2
ninenines.eu-fbf53ad5054e478eb7d9328e5db1659408417995.zip
Small accuracy improvement to Gun 2.0 talk
-rw-r--r--_build/static/talks/gun-2.0/index.html2
-rw-r--r--talks/gun-2.0/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/_build/static/talks/gun-2.0/index.html b/_build/static/talks/gun-2.0/index.html
index 240563fc..d7efd47e 100644
--- a/_build/static/talks/gun-2.0/index.html
+++ b/_build/static/talks/gun-2.0/index.html
@@ -215,7 +215,7 @@ Ref3 = gun:get(Pid, "/"),
<ul>
<li>Currently being worked on</li>
<li>Similar to CONNECT</li>
- <li>Open connection to Socks server using <code>gun_socks</code></li>
+ <li>Open connection to server using <code>socks</code> protocol</li>
<li>Options determine where to connect next</li>
<li>Exotic scenarios: Socks -&gt; CONNECT -&gt; Socks -&gt; ...</li>
<li>Support Socks4a, Socks5</li>
diff --git a/talks/gun-2.0/index.html b/talks/gun-2.0/index.html
index 240563fc..d7efd47e 100644
--- a/talks/gun-2.0/index.html
+++ b/talks/gun-2.0/index.html
@@ -215,7 +215,7 @@ Ref3 = gun:get(Pid, "/"),
<ul>
<li>Currently being worked on</li>
<li>Similar to CONNECT</li>
- <li>Open connection to Socks server using <code>gun_socks</code></li>
+ <li>Open connection to server using <code>socks</code> protocol</li>
<li>Options determine where to connect next</li>
<li>Exotic scenarios: Socks -&gt; CONNECT -&gt; Socks -&gt; ...</li>
<li>Support Socks4a, Socks5</li>