Skip to content

Commit

Permalink
Disable ipv6 for now, as it fails for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
neacsu committed Jul 8, 2024
1 parent dcfc4f1 commit ee2c60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nym-vpn-core/nym-vpn-lib/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl WireguardConfig {
#[cfg(target_os = "linux")]
fwmark: Some(TUNNEL_FWMARK),
};
let generic_options = GenericTunnelOptions { enable_ipv6: true };
let generic_options = GenericTunnelOptions { enable_ipv6: false };
let wg_options = TunnelOptions {
mtu: Some(mtu),
..Default::default()
Expand Down

0 comments on commit ee2c60d

Please sign in to comment.