Giter Club home page Giter Club logo

Comments (2)

fatedier avatar fatedier commented on June 11, 2024 1

https://github.com/fatedier/frp/blob/dev/conf/legacy/frpc_legacy_full.ini#L44

from frp.

bbingz avatar bbingz commented on June 11, 2024

frps.toml

bindAddr = "0.0.0.0"
bindPort = 1102
WebServer.addr = "0.0.0.0"
WebServer.port = 7500
WebServer.user = "admin"
WebServer.password = "xxxx@2024"
log.to = "/Users/bing/Logs/frps.log"
log.level = "debug"
log.maxDays = 365
auth.method = "token"
auth.token = "[email protected]"

frpc.ini

[common]
server_addr = xxxxxxxx
server_port = 1102
token = [email protected]

[ssh-xxx]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 2207
❯ /opt/homebrew/opt/frpc/bin/frpc -c /opt/homebrew/etc/frp/frpc.ini
WARNING: ini format is deprecated and the support will be removed in the future, please use yaml/json/toml format instead!
2024-04-11 17:21:04.020 [I] [sub/root.go:142] start frpc service for config file [/opt/homebrew/etc/frp/frpc.ini]
2024-04-11 17:21:04.020 [I] [client/service.go:294] try to connect to server...
2024-04-11 17:21:04.043 [E] [client/service.go:279] token in login doesn't match token from configuration
2024-04-11 17:21:04.043 [W] [client/service.go:297] connect to server error: token in login doesn't match token from configuration
2024-04-11 17:21:06.075 [I] [client/service.go:294] try to connect to server...
2024-04-11 17:21:06.100 [E] [client/service.go:279] token in login doesn't match token from configuration
2024-04-11 17:21:06.100 [W] [client/service.go:297] connect to server error: token in login doesn't match token from configuration
2024-04-11 17:21:10.484 [I] [client/service.go:294] try to connect to server...
2024-04-11 17:21:10.513 [E] [client/service.go:279] token in login doesn't match token from configuration
2024-04-11 17:21:10.513 [W] [client/service.go:297] connect to server error: token in login doesn't match token from configuration

还是提示错误

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.