new: add ipscanner

This commit is contained in:
hiddify
2024-09-28 21:49:31 +02:00
parent b602eb5c6c
commit f6ed5feee5
3 changed files with 13 additions and 1 deletions

View File

@@ -1 +1,6 @@
package repository
import (
_ "github.com/hiddify/hiddify-app-example-extension/hiddify_extension"
_ "github.com/hiddify/hiddify-ip-scanner-extension/hiddify_extension"
)