FranzKafkaYu / x-ui

Lightweight Xray panel with multi-protocol and multi-user on the same port,supports English language and Telegram bot. Easy to use and easy to manage.
GNU General Public License v3.0
7.79k stars 1.54k forks source link

Fix sub domain check. #488

Closed kimidaisuki22 closed 8 months ago

kimidaisuki22 commented 1 year ago

Add abc.com will fail when www.abc.com exists.

Using regex to search start with the domain name can fix this problem.