Revert "nebula: Only route traffic from the overlay domain over the interface"

This reverts commit cb8d793df3.
This commit is contained in:
SebastianStork 2026-03-02 01:41:46 +01:00
parent cb8d793df3
commit 1f2c921b81
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -132,10 +132,7 @@ in
matchConfig.Name = netCfg.overlay.interface; matchConfig.Name = netCfg.overlay.interface;
address = [ netCfg.overlay.cidr ]; address = [ netCfg.overlay.cidr ];
dns = netCfg.overlay.dnsServers; dns = netCfg.overlay.dnsServers;
domains = [ domains = [ netCfg.overlay.domain ];
"~${netCfg.overlay.domain}"
netCfg.overlay.domain
];
networkConfig.DNSSEC = false; networkConfig.DNSSEC = false;
}; };
}; };