udptunnel icon indicating copy to clipboard operation
udptunnel copied to clipboard

Daemon for creating a simple VPN over UDP.

Results 6 udptunnel issues
Sort by recently updated
recently updated
newest added

how can i Allowe Ports 1................65535? thanks

In this logic: https://github.com/dsnet/udptunnel/blob/f0061804a690179a044286f40ab715b4c96e98ab/tunnel.go#L131 We try to resolve the remote address at start-up. However, if the network is not initialized yet, then it is possible that this returns an error...

hi. yudeMacBook-Air:~ brite$ udptunnel dsnet-udptunnel-config.json 2018/03/26 11:46:37 main.go:146: required TunnelPeerAddress field must be specified on darwin yudeMacBook-Air:~ brite$ cat dsnet-udptunnel-config.json { "TunnelDevice": "", "TunnelAddress": "10.0.0.2", "TunnelPeerAddress": "", "NetworkAddress": "my-vps-ip:8000", "AllowedPorts":...

See this screenshot, left side is server, right side is client.

question

Hello sir i have tested udp tunnel .when traffic start tunnel get blocked any solution for it please without traffic i can ping 10.0.0.1 on client 10.0.02 server .Once traffic...

Hi! From my very cursory and inexperienced observation it appears that magic value can be specified directly in the config a-la "PacketMagic": "stuff", Assuming any adversarial action against the tunnel...