iopq

Results 97 comments of iopq

REALITY/vision works better than most protocols, except in the case that you have a lot of UDP traffic a high amount of UDP trafffic on one port gets it blocked,...

I didn't use my server because it was too slow, but now it's dead in every protocol Responds to pings, can proxy directly, but blocked from proxying through CF

I'd like to add that when I played a p2p game over UDP, any server I used got blocked within an hour or two. So I tried hysteria 2 and...

Route it through Cloudflare warp on the reddit domains so your "exit node" is a different IP

![Screenshot_20241202_133548](https://github.com/user-attachments/assets/4fea2522-95ac-4d2d-93b8-aa60c1b21961) I just tested it, it definitely works. If you go to old.reddit.com it will tell you what IP you're accessing from, make sure it's not your VPS

The error I get is ``` warning: wine cmd.exe /c echo '%AppData%' returned empty string, error message "" ``` in case people search for the error message I think I...

Annoyingly, you may need to also disable the rp_filter ``` sudo sysctl -a | grep rp_filter sudo sysctl -w net.ipv4.conf.all.rp_filter=0 ``` check if it's on and turn it off

I used this approach: https://github.com/XTLS/Xray-core/discussions/4452 Maybe there's a better way, but the problems I encountered are that you need to provide the IP, you can't verify the SSL hostname on...

I want to propose the following functionality: Send a requests to another server, like www.yahoo.com, but to the IP of our server Our server receives it and sends the request...