Search

You can find the results of your search below.

dnsmasq
8 Hits, Last modified:
/sh -c \ "cat >| /usr/local/etc/dnsmasq.conf" \ <<END # Configuration file for dnsmasq # Include all files in a directory which end in .conf conf-dir=/usr/local/etc/dnsmasq.d/,*.conf END </code> ====== Configure Dnsmasq ====== 1. Con... >| /usr/local/etc/dnsmasq.d/2-standard.conf" \ <<END # Standard configuration file for dnsmasq # Neve
famp
3 Hits, Last modified:
/usr/local/etc/php.ini </code> You may want to amend the configuration manually <code> jexec "ioc-${JA... ocal/etc/apache24/modules.d/001_mod-php.conf" \ <<END <IfModule dir_module> DirectoryIndex index.ph... /x-httpd-php-source </FilesMatch> </IfModule> END </code> 4. Ensure the Apache configuration is o
gateway
2 Hits, Last modified:
JAIL_NAME:?}" /bin/sh -c "cat >| ${NAT_CONF:?}" <<END use_sockets yes same_ports yes END # public gateway interface needs nat jexec "ioc-${JAIL_NAME:?}"
mail
1 Hits, Last modified:
osed to the Internet. It will neither be able to send or receive messages from the outside world. ====