Fixed and turened off fragmentOutbound function for future use
This commit is contained in:
@@ -57,7 +57,7 @@ data class ServerConfig(
|
||||
}
|
||||
|
||||
fun getFragmentOutbound(): V2rayConfig.OutboundBean? {
|
||||
return fullConfig?.getProxyOutbound()
|
||||
return null // TODO: fullConfig?.getFragmentOutbound()
|
||||
}
|
||||
|
||||
fun getAllOutboundTags(): MutableList<String> {
|
||||
|
||||
Reference in New Issue
Block a user