I run reverse proxies in a docker rootless setup and need source IP propagation. Thus in my employments I extended your role with the following task for changing the RootlessKit's port driver:
Would you be interested in a pull request extending the role with this functionality? We could introduce a var for the port driver, the default being builtin as is now but also providing slirp4netns and perhaps pasta.
I run reverse proxies in a docker rootless setup and need source IP propagation. Thus in my employments I extended your role with the following task for changing the RootlessKit's port driver:
Would you be interested in a pull request extending the role with this functionality? We could introduce a var for the port driver, the default being
builtin
as is now but also providingslirp4netns
and perhapspasta
.If so I'd be willing to make this contribution.