1
Development and Code Review / Re: Nginx plugin SNI Hostname Mapping
« on: January 02, 2022, 05:18:39 pm »
Thank you! All working now. Have created a pull request to change that type.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
# upstream maps
map $ssl_preread_server_name $hostmap810accf68e0940739a1a2e6e120da638 {
~(.*).xxx.example.com upstream648aa196e04c4ad89c034af56d947d20;
default upstream99238aa963f043548157e74820e3cb70;
}
$nginx->serializeToConfig();
but I have no glue where the hostname validation is applied.Automatically generated, please do not modify
starter {
load_warning = no
}
charon {
threads = 16
ikesa_table_size = 32
ikesa_table_segments = 4
init_limit_half_open = 1000
ignore_acquire_ts = yes
syslog {
identifier = charon
daemon {
ike_name = yes
}
}
cisco_unity = yes
plugins {
attr {
subnet = 0.0.0.0/0
split-include = 0.0.0.0/0
dns = 192.168.40.1
}
xauth-pam {
pam_service = ipsec
session = no
trim_email = yes
}
}
}