Last active
June 26, 2023 19:20
-
-
Save genbtc/f1a3b07a1a63bdaa12b1560a707ed237 to your computer and use it in GitHub Desktop.
lsmod for mullvad.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#List of modules triggered to load specifically by mullvad daemon. | |
Module Size Used by | |
nft_reject_inet 16384 6 | |
nf_reject_ipv4 16384 1 nft_reject_inet | |
nf_reject_ipv6 16384 1 nft_reject_inet | |
nft_reject 16384 1 nft_reject_inet | |
nft_masq 16384 1 | |
nft_ct 20480 8 | |
nft_chain_nat 16384 1 | |
nf_tables 241664 725 nft_ct,nft_reject_inet,nft_masq,nft_chain_nat,nft_reject | |
libcrc32c 16384 1 nf_tables | |
wireguard 86016 0 | |
curve25519_x86_64 36864 1 wireguard | |
libchacha20poly1305 16384 1 wireguard | |
chacha_x86_64 28672 1 libchacha20poly1305 | |
poly1305_x86_64 28672 1 libchacha20poly1305 | |
ip6_udp_tunnel 16384 1 wireguard | |
udp_tunnel 20480 1 wireguard | |
ipv6 462848 2 nf_reject_ipv6,wireguard | |
libcurve25519_generic 49152 2 curve25519_x86_64,wireguard | |
libchacha 16384 1 chacha_x86_64 | |
#------------------------------------------------------------------------------------------------ | |
#List of network modules my system loaded before anyway - unclear optional/required | |
nf_log_ipv4 16384 4 | |
nf_log_common 16384 1 nf_log_ipv4 | |
xt_u32 16384 2 | |
xt_LOG 16384 4 | |
xt_limit 16384 4 | |
xt_set 16384 8 | |
xt_tcpudp 16384 40 | |
xt_conntrack 16384 10 | |
xt_comment 16384 1 | |
xt_addrtype 16384 1 | |
iptable_filter 16384 1 | |
iptable_mangle 16384 0 | |
iptable_nat 16384 0 | |
nf_nat 40960 3 nft_masq,nft_chain_nat,iptable_nat | |
nf_conntrack 122880 4 xt_conntrack,nf_nat,nft_ct,nft_masq | |
nf_defrag_ipv6 20480 1 nf_conntrack | |
nf_defrag_ipv4 16384 1 nf_conntrack | |
ip_tables 28672 6 iptable_filter,iptable_nat,iptable_mangle | |
x_tables 32768 11 xt_conntrack,iptable_filter,xt_LOG,xt_tcpudp,xt_addrtype,xt_comment,xt_set,xt_u32,ip_tables,xt_limit,iptable_mangle | |
#I use ip set optionally | |
ip_set_hash_ip 36864 3 | |
ip_set 45056 2 ip_set_hash_ip,xt_set | |
nfnetlink 20480 2 nf_tables,ip_set | |
#List truncated. no interesting modules after this point | |
#nf / nft means netfilter. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment