<div dir="ltr">I was looking at the code of inet_db and saw the following types:<div><br></div>     %% Socks5 options<br>     %% --------------<br>     %% socks5_server Server - IP address of the socks5 server<br>     %% socks5_port Port - TCP port of the socks5 server<br>     %% socks5_methods Ls - List of authentication methods <br>     %% socks5_noproxy IPs - List of {Net,Subnetmask}<br><br><div><a href="https://github.com/erlang/otp/blob/maint/lib/kernel/src/inet_db.erl#L822-L827">https://github.com/erlang/otp/blob/maint/lib/kernel/src/inet_db.erl#L822-L827</a><br></div><div><br></div><div>I wonder how it's used right now. Is there any modules that are using them? Can it be used by external modules?</div><div><br></div><div>Btw why the inet_db module has no public documentation?</div><div><br></div><div>- benoît</div></div>