initCheckBox(OPTION("http","strictheaders",[]{return"true";}),uiSettings->httpStrictHeadersCheckBox);//TODO add option Enable strict host checking on WebUI. true by default
initCheckBox(OPTION("http","strictheaders",[]{return"true";}),uiSettings->httpStrictHeadersCheckBox);//Enable strict host checking on WebUI. true by default
initStringBox(OPTION("http","hostname",[]{return"localhost";}),uiSettings->httpHostnameLineEdit);//TODO add option Expected hostname for WebUI (default: localhost)
initStringBox(OPTION("http","hostname",[]{return"localhost";}),uiSettings->httpHostnameLineEdit);//Expected hostname for WebUI (default: localhost)
initStringBox(OPTION("httpproxy","outproxy",[]{return"";}),uiSettings->httpProxyOutproxyLineEdit);//HTTP proxy upstream out proxy url (like http://false.i2p)
initStringBox(OPTION("httpproxy","i2cp.leaseSetType",[]{return"1";}),uiSettings->httpProxyI2cpLeaseSetTypeLineEdit);//TODO add option Type of LeaseSet to be sent. 1, 3 or 5. 1 by default
initStringBox(OPTION("httpproxy","i2cp.leaseSetType",[]{return"1";}),uiSettings->httpProxyI2cpLeaseSetTypeLineEdit);//Type of LeaseSet to be sent. 1, 3 or 5. 1 by default
initStringBox(OPTION("httpproxy","i2cp.leaseSetEncType",[]{return"";}),uiSettings->httpProxyI2cpLeaseSetEncTypeLineEdit);//TODO add option Comma separated encryption types to be used in LeaseSet type 3 or 5
initStringBox(OPTION("httpproxy","i2cp.leaseSetEncType",[]{return"";}),uiSettings->httpProxyI2cpLeaseSetEncTypeLineEdit);//Comma separated encryption types to be used in LeaseSet type 3 or 5
initStringBox(OPTION("socksproxy","i2cp.leaseSetType",[]{return"1";}),uiSettings->socksProxyI2cpLeaseSetTypeLineEdit);//TODO add option Type of LeaseSet to be sent. 1, 3 or 5. 1 by default
initStringBox(OPTION("socksproxy","i2cp.leaseSetType",[]{return"1";}),uiSettings->socksProxyI2cpLeaseSetTypeLineEdit);//Type of LeaseSet to be sent. 1, 3 or 5. 1 by default
initStringBox(OPTION("socksproxy","i2cp.leaseSetEncType",[]{return"";}),uiSettings->socksProxyI2cpLeaseSetEncTypeLineEdit);//TODO add option Comma separated encryption types to be used in LeaseSet type 3 or 5
initStringBox(OPTION("socksproxy","i2cp.leaseSetEncType",[]{return"";}),uiSettings->socksProxyI2cpLeaseSetEncTypeLineEdit);//Comma separated encryption types to be used in LeaseSet type 3 or 5
std::string_i2cp_leaseSetEncType=options[I2CP_PARAM_LEASESET_ENCRYPTION_TYPE]=GetI2CPOption(section,I2CP_PARAM_LEASESET_ENCRYPTION_TYPE,DEFAULT_LEASESET_ENCRYPTION_TYPE);//todo Identity's type by default