I can connect to my Wireguard server if I first tunnel my machine through the ShadowsocksR tunnel on the same server, but connecting normally would result in no net connection.
Hi @NightMachinary,
Thanks for providing this connectivity anecdote. Since this is not an issue that Streisand can address with a code change in our project I'm going to close this ticket. I encourage you to try an alternative connection method to see which works best in your environment. Thanks!
It is unblocked now. Internet here is so chaotic. 馃槀
Hi @NightMachinary
is it still blocked ?
how can wireguard protocol get blocked ?!
I created a wireguard server and I cannot connect to it ...
@parsalotfy commented on Oct 28, 2020, 9:54 PM GMT+3:30:
Hi @NightMachinary
is it still blocked ?
how can wireguard protocol get blocked ?!
I created a wireguard server and I cannot connect to it ...
It's not blocked for me. You probably have a configuration problem. Try using https://github.com/IAmStoxe/wirehole .
this is my configuration :
docker run -d \
--name=wireguard \
--cap-add=NET_ADMIN \
--cap-add=SYS_MODULE \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/London \
-e SERVERURL=lordkian.ir `#optional` \
-e SERVERPORT=51820 `#optional` \
-e PEERS=1 `#optional` \
-e PEERDNS=auto `#optional` \
-e INTERNAL_SUBNET=10.13.13.0 `#optional` \
-e ALLOWEDIPS=192.168.1.0/24,192.168.2.0/24 `#optional` \
-p 51820:51820/udp \
-v /path/to/appdata/config:/config \
-v /lib/modules:/lib/modules \
--sysctl="net.ipv4.conf.all.src_valid_mark=1" \
--restart unless-stopped \
linuxserver/wireguard
I don't know why it does not connect !

I think wireguard protocol is blocked in Iran.What do you think ?
Most helpful comment
It is unblocked now. Internet here is so chaotic. 馃槀