proxy

  1. H

    Apache2 proxy if url is 1:1 correct

    Hello, this is my first post here :) This is my current Apache2 VHost: <VirtualHost *:80> ServerName url.tld DocumentRoot /var/www/html <Location "/pihole/api.php"> <If "%{REQUEST_URI} =~ m#/pihole/api.php# && %{QUERY_STRING} =~ m#&auth=code#"> Require all granted SetEnv...
  2. F

    How to redirect all traffic through a proxy without a loop?

    I want to redirect all traffic from my apps and programs (including those that do not support proxies or VPNs) to a local HTTP/SOCKS proxy server, which will then redirect the traffic to an online proxy server. I created the following network topology: However, I want to avoid creating a...
  3. T

    Blocking Apple DNS

    I want to block Apple services on Apple devices, primarily APNS (Apple Push Notification Service). My plan was as follows: Use a VPS (Virtual Private Server) with Squid Proxy and Adguard in Docker. This way, I can simply go to the Wi-Fi settings on my iPad, configure the proxy and DNS. Up...
  4. R

    getting my updates through tor - the cli service [SOLVED]

    Hello! Recently due to internet access restrictions in Iran, I have started using tor to connect to the internet. This way, I can easily access telegram and other apps that support socks proxy; I have very little knowledge about how this tool works thus I wanted to know if there are any security...
  5. S

    Centos Network Proxy

    Hi, I have made CentOS ver 7.5 as a Proxy (Apache) Server and I want to redirect this server to firewall using proxy setting. Means all the traffic coming to this CentOS proxy server should go to my firewall. Currently this server setup is in DC and traffic goes like; Users PC >> CentOS Server...
  6. J

    Routing all traffic from an external machine to a proxy

    May be there is a duplicated question but it seems no one do this scenario. I have several machines in my network which are not using proxy to outbound. I want to redirect all traffic, using route tables, to an appliance so that appliance ingests that clean traffic and send it to a proxy, or...
  7. L

    How to route/forward all traffic through transparent proxy(redsocks) using iptables?

    Hello! I want to route all traffic through redsocks proxy using iptables. My redsocks.conf: base { log_debug = on; log_info = on; log = "file:/home/user/redsocks.log"; daemon = on; redirector = iptables; } redsocks { local_ip = 127.0.0.1; local_port = 2525...
  8. M

    Proxy and Firewall : What a relationship of rules between them.

    Hello everyone. Next, in my corporate environment, I have a Squid proxy and a PfSense firewall. My Squid is running perfectly and my PfSense is also in separate HOST. Each one with its respective IP. The doubt is as follows, I have rules that release and deny certain sites. I had the need to...
  9. M

    Configure Proxy settings in command line in CentOS6

    I have configure settings in /etc/profile and configure DNS on /etc/resolv.conf by adding google DNS 8.8.8.8 But still I couldn't resolve the google DNS. ping 8.8.8.8 send reply packets as well I need to configure proxy settings using command line only. Plz help me, if any body setup this...
Top