freshporno

This commit is contained in:
Simon
2025-09-02 09:58:19 +00:00
parent 9caec79427
commit c3f994ccbb
5 changed files with 244 additions and 1 deletions

View File

@@ -34,6 +34,9 @@ impl Requester {
}
}
pub fn set_proxy(&mut self, proxy: bool) {
if proxy{
println!("Proxy enabled");
}
self.proxy = proxy;
}