Proxy Support
Currently only the latest PHP Honey Pots support proxies. If your webserver requires a proxy for outbound connections you must:
- Create a file in the same directory as your honey pot called: phpot_settings.php
- Define the following lines in the file:
<?php header( $_SERVER['SERVER_PROTOCOL'].' 404 Not Found' ); exit();?> // This line is required if you wish to hide the files existence & contents from the public. proxy_host:<your proxy host> proxy_port:<your port> proxy_user:<your proxy username; optional> proxy_pass:<your proxy password; optional> ?>
