mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	rules: fix surge config text wrapping
Signed-off-by: Beta Soft <betaxab@gmail.com>
This commit is contained in:
		| @@ -110,7 +110,7 @@ class ClientController extends Controller | |||||||
|                     if (isset($wsSettings->headers->Host)) $proxies .= ', ws-headers=' . $wsSettings->headers->Host; |                     if (isset($wsSettings->headers->Host)) $proxies .= ', ws-headers=' . $wsSettings->headers->Host; | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             $proxies .= '\r\n'; |             $proxies .= "\r\n"; | ||||||
|             // [Proxy Group] |             // [Proxy Group] | ||||||
|             $proxyGroup .= $item->name . ', '; |             $proxyGroup .= $item->name . ', '; | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user