Skip to content

Commit

Permalink
chore: add link for naive
Browse files Browse the repository at this point in the history
  • Loading branch information
xchacha20-poly1305 authored and arm64v8a committed Oct 25, 2023
1 parent a0dd4ea commit 8d7b054
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/src/main/java/io/nekohasekai/sagernet/fmt/PluginEntry.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ enum class PluginEntry(
NaiveProxy(
"naive-plugin",
SagerNet.application.getString(R.string.action_naive),
"io.nekohasekai.sagernet.plugin.naive"
"moe.matsuri.exe.naive",
DownloadSource(
playStore = false,
fdroid = false,
downloadLink = "https://github.com/MatsuriDayo/plugins/releases?q=naive"
)
),
Hysteria(
"hysteria-plugin",
Expand Down

0 comments on commit 8d7b054

Please sign in to comment.