mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3514] Router config conflict #2807
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#2807
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 @trancanh1102 on GitHub (Jul 3, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3514
Bug Description
Thanks for the great github repository.
i want to create multiple pages to listen to the specified ports but i seem to have an error somewhere
frps.ini
[common]
bind_port = 7000
kcp_bind_port = 7000
vhost_http_port = 80
vhost_https_port = 443
allow_ports = 7800
frpc.ini
[common]
server_addr = 192.168.16.112
server_port = 7000
vhost_http_port = 80
vhost_https_port = 443
[web01]
type = http
local_port = 80
local_ip = 127.0.0.1
custom_domains = 192.168.16.112
[web02]
type = http
local_port = 7800
local_ip = 127.0.0.1
custom_domains = 192.168.16.112
but if i remove the config [web02] part i don't get the error message
frpc Version
0.50.0
frps Version
0.50.0
System Architecture
linux/amd64
Configurations
frps.ini
[common]
bind_port = 7000
kcp_bind_port = 7000
vhost_http_port = 80
vhost_https_port = 443
allow_ports = 7800
frpc.ini
[common]
server_addr = 192.168.16.112
server_port = 7000
vhost_http_port = 80
vhost_https_port = 443
[web01]
type = http
local_port = 80
local_ip = 127.0.0.1
custom_domains = 192.168.16.112
[web02]
type = http
local_port = 7800
local_ip = 127.0.0.1
custom_domains = 192.168.16.112
Logs
[control.go:170] [18569ee3e1a51352] [web02] start error: router config conflict
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Aug 3, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@rhine14586 commented on GitHub (Sep 28, 2024):
same issue