-
Updated
Oct 8, 2020 - Go
tunnel
Here are 378 public repositories matching this topic...
-
Updated
Oct 7, 2020 - Go
-
Updated
Oct 10, 2020 - Go
-
Updated
Oct 1, 2020 - Go
-
Updated
Sep 29, 2020 - Java
-
Updated
Sep 20, 2020 - C++
-
Updated
Sep 29, 2020 - C++
It was far from obvious for me that the argParser for --also-proxy was of type append. The documentation could say something about the following possibility. Had to fork the code to figure this out.
telepresence --run-shell --method vpn-tcp \
--also-proxy example1.com \
--also-proxy example2.com \
--also-proxy example3.com
I think it would be good to describe/list the capture technologies Wireguard is using for each platform. e.g. Windows it using wintun.net driver, Linux it is using /dev/tun etc.
Likely an advanced topic.
-
Updated
Jun 2, 2020 - Go
-
Updated
Feb 12, 2020 - Go
-
Updated
Oct 5, 2020 - Shell
-
Updated
Oct 10, 2020 - Go
-
Updated
Oct 7, 2020 - Go
Hello i'm having difficulty with this script on windows. There's no manual and tutorial for this script in windows. i tried running the exe file with cmd and all i get this error: https://i.imgur.com/An4I6C0.png
What i tried:
Tried generating a pulic ssh key with
ssh-keygencommand
Then created a dir and sub dirdeploy/pubkeyswithin sish folder and copy pasted that rsa public key in it
-
Updated
Sep 30, 2020 - Go
-
Updated
Mar 8, 2020 - Go
-
Updated
Oct 14, 2019 - Go
-
Updated
Sep 12, 2020 - Python
Improve this page
Add a description, image, and links to the tunnel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tunnel topic, visit your repo's landing page and select "manage topics."
内网的 NAS 上 Host 了一个 NextCloud 服务,路由器端口映射到外网,使用 V2RAY 和 REDSOCKS2 的时候,使用正常。
换用 CLASH,开启 CLASH 后,无法访问,log 一直提示如下
dial DIRECT error: dial tcp4 xxx.xxx.xxx.xxx:xx: connect: connection refused我使用了动态 DNS 服务,DNS 解析没问题,IP 能正确解析出来
不过,DNS 也切换用 FAKE-IP 和 REDIR-HOST,均无法解决
请问是什么原因呢?