mirror of
https://github.com/openlibrecommunity/olcng.git
synced 2026-07-03 14:05:17 +02:00
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