Mellow is an transparent proxy tools could run on Windows and Ubuntu.

Install

Mellow install on Windows is simple. Here’s the introduction of install on Ubuntu.

Download Mellow from github release page

Config

Mellow’s config is shown on its README. When the mellow not work, follow the Possible way section.

Possible way

Here’re the Ubuntu config.

You need to disable the systemd-solved and disable auto-update /etc/resolve.conf


sudo systemctl disable systemd-sovled
sudo systemctl stop systemd-sovled

edit the /etc/NetworkManager/NetworkManager.conf, add dns=none to [main] section.

[main]
...
dns=none

[ifupdown]
...

Then reboot and start mellow again, it’ll work.