Giter Club home page Giter Club logo

Comments (3)

fatedier avatar fatedier commented on July 20, 2024

Thank you for your testing. It would be more helpful if you could provide complete data and various tests of controlled variables. Otherwise, we won't be able to do anything.

from frp.

fatedier avatar fatedier commented on July 20, 2024

I am not familiar with wireguard and rathole, so I cannot provide any additional advice.

from frp.

linnuxx avatar linnuxx commented on July 20, 2024

Thank you for your testing. It would be more helpful if you could provide complete data and various tests of controlled variables. Otherwise, we won't be able to do anything.
ScreenShot_20240429173814

ratholeserver:

server.toml

[server]
bind_addr = "0.0.0.0:8388" # 2333 specifies the port that rathole listens for clients

[server.services.my_nas_ssh]
type = "udp"
token = "key" # Token that is used to authenticate the client for the service. Change to an arbitrary value.
bind_addr = "0.0.0.0:51821" # 5202 specifies the port that exposes my_nas_ssh to the Internet
nodelay = true

ratholeclient:

client.toml

[client]
remote_addr = ipvps:8388" # The address of the server. The port must be the same with the port in server.bind_addr

[client.services.my_nas_ssh]
token = "key" # Must be the same with the server to pass the validation
local_addr = "192.168.1.237:51820" # The address of the service that needs to be forwarded
nodelay = true
type = "udp"

wireguard over rathole - so performance does not drop much.
wireguard over frp - There is less performance through frp, although the vps performance is sufficient to withstand 80-100mbps.

from frp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.