We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156c8db commit f141b8bCopy full SHA for f141b8b
plugin/smartdns-ui/src/plugin.rs
@@ -151,6 +151,7 @@ impl SmartdnsPlugin {
151
152
pub fn start(&self, args: &Vec<String>) -> Result<(), Box<dyn Error>> {
153
self.parser_args(args)?;
154
+ self.load_config()?;
155
self.data_server_ctl
156
.init_db(&self.data_conf.lock().unwrap())?;
157
self.load_config()?;
0 commit comments