Skip to content

Commit c27e8f7

Browse files
author
code3-dev
committed
add blocked apps
1 parent 80cb853 commit c27e8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/providers/v2ray_provider.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class V2RayProvider with ChangeNotifier, WidgetsBindingObserver {
191191
final defaultSubscription = Subscription(
192192
id: DateTime.now().millisecondsSinceEpoch.toString(),
193193
name: 'Default Subscription',
194-
url: '',
194+
url: 'https://raw.githubusercontent.com/darkvpnapp/CloudflarePlus/refs/heads/main/proxy',
195195
lastUpdated: DateTime.now(),
196196
configIds: [],
197197
);

0 commit comments

Comments
 (0)