ruqrypt icon indicating copy to clipboard operation
ruqrypt copied to clipboard

To-do list

Open ValdikSS opened this issue 8 years ago • 5 comments

  • [ ] Change default server
  • [ ] Add HTTPS support
  • [ ] Add passive DPI circumvention
  • [ ] Add active DPI circumvention
  • [ ] Improve Linux support and iptables rules
  • [ ] Add macOS support
  • [ ] Increase default TTL value
  • [ ] Add IP address lists (circumvent-only lists)

ValdikSS avatar May 11 '17 15:05 ValdikSS

Change default server

Updated to some new (functional) test servers: https://github.com/basil00/reqrypt/commit/fd266355a5fc45d136dffe80578d69092375042a

Add HTTPS support

This requires a bit of work I think, including UI changes. Also, another problem is the lack of IPv6 support (was not really a problem in 2009, but is a problem in 2017).

Add macOS support

Should already be supported? I have not testing it in a long time though.

basil00 avatar Jul 05 '17 14:07 basil00

This requires a bit of work I think, including UI changes. Also, another problem is the lack of IPv6 support (was not really a problem in 2009, but is a problem in 2017).

Well, HTTPS is more important than IPv6. I don't think it would be that hard to add.

Should already be supported? I have not testing it in a long time though.

Oh, it is supported now? I thought the program is Windows and Linux only.

ValdikSS avatar Jul 05 '17 15:07 ValdikSS

Oh, it is supported now? I thought the program is Windows and Linux only.

It is supported, see the build instructions for MacOSX in the INSTALL file. The Mac build is mostly the same as FreeBSD since they are similar systems. That said, I have not tested it in a long time, so I don't know if it still works.

basil00 avatar Jul 07 '17 09:07 basil00

Latest updates.

Add passive DPI circumvention Add active DPI circumvention

I added a "split only" mode that might be effective against some kinds of filters, similar to GoodbyeDPI. It is also now the default mode since it does not consume server resources.

Add HTTPS support

HTTPS should work with the latest version of ReQrypt.

Most of the major new features have now been implemented. I may relaunch ReQrypt next week or so.

basil00 avatar Jul 15 '17 14:07 basil00

It will also be great to add MIPS support.

dartraiden avatar Dec 10 '19 23:12 dartraiden