tracestep

Results 3 comments of tracestep

Just stumbled upon this... this functionality would be perfect! Any update?

Well, I was not able to compile against a patched esp-idf... setting the `esp32/framework/source` option to my patched fork yielded errors... but I believe setting the `sdkconfig_options` `CONFIG_LOG_DEFAULT_LEVEL_NONE: y` functioned...

Yeah, `EXEMPT_DESTINATIONS` is not working for me either. Mine looks like: ``` EXEMPT_DESTINATIONS_IPV4="192.168.0.0/16 10.0.0.0/8 172.16.0.0/12" ``` And I have a single host on `FORCED_SOURCE_IPV4`: ``` FORCED_SOURCE_IPV4="192.168.10.104" ``` `iptables --table mangle...