Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi backend server support #955

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

crazyevent
Copy link

1/支持配置多后端地址;
2/均衡算法复用之前的;

@xtaci
Copy link
Owner

xtaci commented Aug 29, 2024

考虑下用正则表达式,把规则写严格一些,split不太严格,比如多个"_“

@xtaci
Copy link
Owner

xtaci commented Aug 29, 2024

另外,也可以考虑数组的形式。["ip1:from-to", "ip2:from-to"... ]
这样可以把这个问题分解为解析数组 + 每个数组是多Port原有的解析模式。

@xtaci
Copy link
Owner

xtaci commented Aug 29, 2024

定义一种语言,最好按照标准的语言定义的规则,不要自己发明一个新的规则

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants