Image

Setting up Stunnel with a MoonEdit server?

I've recently set up a MoonEdit server on my home Linux box, for the purpose of doing some collaborative editing on various projects. But given that I'm going to be doing some of it from work, I was thinking that it would be nice if I could set up a stunnel mirror so that I could have my writing encrypted and not subject to sniffing.

I can (probably) handle finding a stunnel client for my Windows box at work. The thing is, I'm not sure how to set up stunnel to forward a port on my Linux box; all the documentation I can find about it on-line is directed at using stunnel on the client end instead of the server end.

The other thing is, MoonEdit uses UDP, not TCP. Will stunnel even work with UDP? If not, is there some alternate means I can use of encrypting the connection?