mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1371] 关于 端口700 能否改成udp传输 #1087
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1087
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @onlineyh on GitHub (Aug 10, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1371
版本:frp_0.28.2_linux_amd64.tar.gz
frps.ini
[common]
bind_port = 7000 如何修改成udp端口
frpc.ini
[common]
server_addr = x.x.x.x
server_port = 7000 如何修改成udp端口
[openvpn]
type = udp
local_ip = 127.0.0.1
local_port = 9194
remote_port = 9194
上面这个端口7000 能否改成udp?
@fatedier commented on GitHub (Aug 10, 2019):
不能,但是可以更换 protocol 为 kcp。