Vitaliy Suhoplechev
Vitaliy Suhoplechev
To start a suitable server, run or study the script presented in this [article](https://habr.com/ru/company/ruvds/blog/498924/) Read about Ikev2 as a protocol. It's going throw the SSL so you need the sertificate,...
WireGuard is too different from ipsec/ikev2/openvpn, its support is creating a completely new and different plugin, most likely it will not be implemented in this project.
To change dns open `/etc/ipsec.conf` on your server and add to your conn `rightdns=1.1.1.1,1.0.0.1` (cloudflare or any custom) Or use the [ready-made installer](https://habr.com/en/company/ruvds/blog/498924/) Don't forget to `ipsec restart` or `systemctl...
@LastxTemplar For this project it was necessary to indicate the certificate was not necessary. The easiest way is to deploy your server using Let's encrypt so that you can log...
Create your own server and block any sites/ports here, then use it as vpn. To start a suitable server, run or study the script presented in this [article](https://habr.com/ru/company/ruvds/blog/498924/) Read about...
Also errors without web, my script: ```bash from face2face import Face2Face try: f2f = Face2Face() swapped_img = f2f.swap_one(cv2.imread("src.jpg"), cv2.imread("target.jpg")) except Exception as inst: print(type(inst)) print(inst.args) print(inst) ``` Images in this...
Now it's working but when someone install from "git+htt..." application also want you (inside some code) to install package from apt. So now it's dublicate, but swap work in test...