Works great for me also. One thing I found is that if you are using wildcard subdomains, when you type in a url without a site configured at that address it sends the site into a redirect loop.
To fix this I added:
define('NOBLOGREDIRECT', 'https://example.com');
to my wp-config.php