Working on sending down the dns

This commit is contained in:
Owen
2025-11-23 15:57:35 -05:00
parent b760062b26
commit 1a8385c457
6 changed files with 143 additions and 88 deletions

View File

@@ -226,6 +226,8 @@ func runOlmMainWithArgs(ctx context.Context, args []string) {
UserToken: config.UserToken,
MTU: config.MTU,
DNS: config.DNS,
DNSProxyIP: config.DNSProxyIP,
UpstreamDNS: config.UpstreamDNS,
InterfaceName: config.InterfaceName,
Holepunch: config.Holepunch,
TlsClientCert: config.TlsClientCert,