mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-24 07:46:03 +00:00
Remove obsolete comment
This commit is contained in:
parent
3c79fa6071
commit
0bfd3f2514
1 changed files with 1 additions and 3 deletions
|
@ -254,8 +254,6 @@ impl Setup {
|
|||
true,
|
||||
)?;
|
||||
|
||||
// If the proxy address is a private address, we assume that there already is a more
|
||||
// specific route to that address than the default route.
|
||||
let delete_proxy_route = self.route_proxy_address()?;
|
||||
self.delete_proxy_route = delete_proxy_route;
|
||||
ctrlc::set_handler(move || {
|
||||
|
|
Loading…
Add table
Reference in a new issue