Skip to content

Commit fa40df8

Browse files
Clean internal references
1 parent 908df40 commit fa40df8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Sentinel.SDK.Tunnel/WireGuard/WireGuardTunnel.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ public async Task InstallAsync(WireGuardConfig config, CancellationToken ct = de
122122
var confContent = BuildConfFile(config);
123123
await File.WriteAllTextAsync(confPath, confContent, new UTF8Encoding(false), ct);
124124

125-
// DEBUG: dump config for comparison
126-
try { File.Copy(confPath, Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "ClaudeDVPN", "wg-config-dump.conf"), true); } catch { }
127-
128125
// ─── Set file permissions (match JS SDK: SYSTEM + current user full control) ───
129126
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
130127
{

0 commit comments

Comments
 (0)