mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4578] MTU issues #3619
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#3619
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 @abdeldjalil-fellah on GitHub (Dec 10, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4578
Bug Description
dockerized frps with docker network mtu=1500 => no issue to get data using vhostHTTPSPort
dockerized frps with docker network mtu=1442 (openstack) => issues (timeout, data truncated)
frpc Version
0.54.0
frps Version
0.60.0
System Architecture
client: windows/amd64, server: linux/amd64
Configurations
bindAddr = "0.0.0.0"
bindPort = {{ .Envs.FRPS_BIND_PORT }}
vhostHTTPSPort = {{ .Envs.FRPS_VHTTPS_PORT }}
subDomainHost = "{{ .Envs.FRPS_SUBDOMAIN }}"
webServer.addr = "0.0.0.0"
webServer.port = {{ .Envs.FRPS_DASHBOARD_PORT }}
webServer.user = "{{ .Envs.FRPS_DASHBOARD_USER }}"
webServer.password = "{{ .Envs.FRPS_DASHBOARD_PASSWORD }}"
httpPlugins
name = "client-authenticator"
addr = "{{ .Envs.FRPS_CLIENT_AUTH_ADDRESS }}"
path = "{{ .Envs.FRPS_CLIENT_AUTH_PATH }}"
ops = ["Login"]
tlsVerify = false
Logs
No response
Steps to reproduce
No response
Affected area
@github-actions[bot] commented on GitHub (Dec 25, 2024):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.