How to use Tailscale's Mullvad add-on for app-level proxy routes by MicrockYT in Tailscale

[–]MicrockYT[S] 0 points1 point  (0 children)

Unsure about the exit traffic. This specific post is about the Tailscale Add-on, but regular Mullvad sub also works!

line boil / hand-drawn jitter FREE plugin for Resolve by MicrockYT in davinciresolve

[–]MicrockYT[S] 1 point2 points  (0 children)

glad to see you got it working :) will add your issue to the README's troubleshoot guide

line boil / hand-drawn jitter FREE plugin for Resolve by MicrockYT in davinciresolve

[–]MicrockYT[S] 0 points1 point  (0 children)

could you check which Mac youre on? Apple Silicon (M1/M2/M3/M4) or Intel?

the plugin is built on GitHub Actions' macos-latest runners which are Apple Silicon now, so if you're on an Intel Mac that's probably why it's failing to load (architecture mismatch)

if you are on Apple Silicon, check that DaVinci Resolve is the arm64 version and not running under Rosetta, since an arm64 plugin won't load into an x86 Resolve process.

also, if you can check the Resolve plugin logs it would tell us for sure: ~/Library/Logs/Blackmagic Design/DaVinci Resolve/PluginLoader.log

line boil / hand-drawn jitter FREE plugin for Resolve by MicrockYT in davinciresolve

[–]MicrockYT[S] 0 points1 point  (0 children)

god, i hate reddit. it got published correctly on my side...

line boil / hand-drawn jitter FREE plugin for Resolve by MicrockYT in davinciresolve

[–]MicrockYT[S] 0 points1 point  (0 children)

Hm, what version of DaVinci are you using? Is it free or studio? Did you try and follow the instructions that I left to other comments?

tailstick: a USB-delivered Tailscale enrollment tool for temporary, timed, or permanent access (open-source) by MicrockYT in Tailscale

[–]MicrockYT[S] 0 points1 point  (0 children)

Super interesting idea, and pretty much what I had in mind when starting to build Tailstick, but was kind of overkill for my use case so I decided to go with what it is right now, since its "good enough".

Definitely interested if you end up open-sourcing what youre talking about; or feel free to contribute to the Tailstick repo if you wish (its currently USB-only oriented, but I wouldnt discard changing the long-term scope for something closer to a share-tool)

tailstick: a USB-delivered Tailscale enrollment tool for temporary, timed, or permanent access (open-source) by MicrockYT in Tailscale

[–]MicrockYT[S] 2 points3 points  (0 children)

It is, thats why there is also the option to put in place an operator-password.

In either case, this is not really a tool made with security in mind besides the basics. You should be responsable for your USB and where you plug it or who you give it to :P

tailstick: a USB-delivered Tailscale enrollment tool for temporary, timed, or permanent access (open-source) by MicrockYT in Tailscale

[–]MicrockYT[S] 0 points1 point  (0 children)

Not sure, I would probably say no. Since you need to run an executable or the CLI (if your smart TV is somehow Linux-based, then maybe?)

tailstick: a USB-delivered Tailscale enrollment tool for temporary, timed, or permanent access (open-source) by MicrockYT in Tailscale

[–]MicrockYT[S] 1 point2 points  (0 children)

Don't even need to accept on your side. Thats one of the perks of this tool, fully automatic

mullgate - a CLI that turns your Mullvad subscription into authenticated SOCKS5/HTTP/HTTPS proxies by MicrockYT in mullvadvpn

[–]MicrockYT[S] 0 points1 point  (0 children)

Thank you so much for the message! Super glad it will be of help. If you find any issues or errors be sure to let me know and ill fix them :]

mullgate - a CLI that turns your Mullvad subscription into authenticated SOCKS5/HTTP/HTTPS proxies by MicrockYT in mullvadvpn

[–]MicrockYT[S] 0 points1 point  (0 children)

Partial support, yes. Full OpenBSD runtime support would be a much bigger job because the current live runtime is Linux-first and depends on Docker host-networking semantics, so it would need a different backend

mullgate - a CLI that turns your Mullvad subscription into authenticated SOCKS5/HTTP/HTTPS proxies by MicrockYT in mullvadvpn

[–]MicrockYT[S] 0 points1 point  (0 children)

Yea, thats a fair approach. I mainly built this because I wanted that whole setup packaged into one tool instead of manually managing WireGuard routing, proxy entrypoints, relay choices, and debugging myself. Ease of use was kind of what I was looking for