This commit is contained in:
2025-07-28 11:55:55 -05:00
parent dc321324c1
commit c0d269320f

View File

@@ -281,6 +281,8 @@
turnDomain = "vpn.blunkall.us"; turnDomain = "vpn.blunkall.us";
turnPort = 3478; turnPort = 3478;
logLevel = "DEBUG";
oidcConfigEndpoint = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration"; oidcConfigEndpoint = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration";
settings = { settings = {
@@ -305,7 +307,7 @@
"HttpConfig" = { "HttpConfig" = {
#"Address" = "0.0.0.0:443"; #"Address" = "0.0.0.0:443";
"AuthIssuer" = "https://auth.blunkall.us/realms/General"; "AuthIssuer" = "https://auth.blunkall.us/realms/General";
"AuthAudience" = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration"; "AuthAudience" = "netbird";
"AuthKeysLocation" = "https://auth.blunkall.us/realms/General/protocol/openid-connect/certs"; "AuthKeysLocation" = "https://auth.blunkall.us/realms/General/protocol/openid-connect/certs";
"AuthUserIDClaim" = ""; "AuthUserIDClaim" = "";
"CertFile" = ""; "CertFile" = "";