mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
new: useCDN option
This commit is contained in:
@@ -250,6 +250,11 @@ class SettingStore extends PersistentStore {
|
||||
/// when building traffic view on server tab
|
||||
late final ignoreLocalNet = property('ignoreLocalNetIface', true);
|
||||
|
||||
/// Use cdn
|
||||
/// It's recommended to use cdn for non-China users
|
||||
/// 0: unset, 1: use, 2: not use
|
||||
late final useCdn = property('useCdn', 0);
|
||||
|
||||
// Never show these settings for users
|
||||
//
|
||||
// ------BEGIN------
|
||||
|
||||
Reference in New Issue
Block a user