Michael Santos

Results 82 comments of Michael Santos

That's version 0.9.2: ~~~ $ git checkout 0.9.2 $ rebar3 do clean, compile, shell 1> procket_mktmp:module_info(). ... {attributes,[{vsn,[151734941919204720059147883669516481264]}]}, {md5,}] ~~~ Maybe you have another version of procket in your path....

On Wed, Mar 07, 2012 at 12:33:30AM -0800, Sergei Lebedev wrote: > Hello, I think `procket` should call [getprotobyname](http://linux.die.net/man/3/getprotobyname) instead of using [hardcoded](https://github.com/msantos/procket/blob/master/src/procket.erl#L335) protocol numbers, since the actual values are...

On Wed, Mar 07, 2012 at 09:32:23AM -0800, Sergei Lebedev wrote: > Michael, > > I wasn't aware that protocol numbers are fixed -- in that case, maybe hardcoding them...

Hey Paolo! > I was running epcap inside an Elixir program on a Raspberry PI 3 when I run into this error > > ``` > ** (FunctionClauseError) no function...

Thanks for trying! I'll have a look at the links, they look like a good start. I have to order an rpi3 anyway so I'll be able to add support...

If t.mydomain.com is the domain that is delegated to you, looks like you'll need ns.t.mydomain.com (the real name server) and something like p.t.mydomain.com (the sods server). p.t.mydomain.com would be the...

On Fri, Aug 24, 2012 at 08:14:41AM -0700, victorhooi wrote: > heya, > > Wait, I'm a bit confused. > > I own the whole domain "mydomain.com". So you want...

- t.mydomain.com should be type NS and pointing to the IP of your sods server, not ns.mydomain.com - "What does the "rejecting request for domain" part mean? " sods got...

I haven't done a speed test in a while but the speed should be similar to iodine. The main factors will be: * the rate packets can be sent via...

You can specify the nameserver using the "-r" flag. For example, if your sods server was 8.8.8.8: ~~~ ssh -o ProxyCommand="sdt -r 8.8.8.8 x.o.example.com" 127.0.1.100 ~~~