Skip to content

Commit b13dcc3

Browse files
committed
Add todo note
1 parent 39b6c31 commit b13dcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talpid-wireguard/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ impl WireguardMonitor {
758758
) -> Result<Box<dyn Tunnel>> {
759759
log::debug!("Tunnel MTU: {}", config.mtu);
760760

761-
let daita = true;
761+
let daita = true; // TODO: Remove before merging into `daita-wireguard-go`
762762
#[cfg(target_os = "linux")]
763763
if !daita && !*FORCE_USERSPACE_WIREGUARD {
764764
if will_nm_manage_dns() {

0 commit comments

Comments
 (0)