Unlock Internet Security and Privacy with Proxy Servers on Azure

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

ความคิดเห็น • 33

  • @nahyer
    @nahyer 6 หลายเดือนก่อน +1

    The azure portal has changed ... the networking tab removed... exposed port option removed and the tcp button becomes inaccessible when you press "accept all.." radio.
    .I've been unable to connect via ssh on my terminal says connection timed out everytime

    • @BlaizeTech
      @BlaizeTech  6 หลายเดือนก่อน +1

      I haven't looked at this in a while. Usually, with custom ports, you have to configure the ingress to use TCP instead of HTTP. I'll have to take a look.

    • @nahyer
      @nahyer 6 หลายเดือนก่อน +1

      ​@@BlaizeTech your video is awesome def want to try it

  • @uxono
    @uxono ปีที่แล้ว +1

    i dont know how to create docker can we use default docker

    • @BlaizeTech
      @BlaizeTech  ปีที่แล้ว

      You can run this on a VM if that's what you mean

    • @uxono
      @uxono ปีที่แล้ว

      @@BlaizeTech can you provide us that docker image you use for proxy

    • @uxono
      @uxono ปีที่แล้ว

      or aseprate video to on how to create docker for proxy

    • @BlaizeTech
      @BlaizeTech  ปีที่แล้ว

      @@uxono Here's the built image:
      hub.docker.com/r/blaize/docker-openssh-server

    • @BlaizeTech
      @BlaizeTech  ปีที่แล้ว

      @@uxono The proxy is simple. Just use squid in the container without SSH.
      hub.docker.com/r/ubuntu/squid

  • @Cali_P
    @Cali_P ปีที่แล้ว

    I'm trying to do a similar thing only without the SSH setup, so just firing up containers where each one is a forward proxy which allows all traffic through, unchanged. Also the proxies would need to be accessible from my app service in Azure and when ran locally on my laptop. How would I modify what you've done here? Thanks

    • @BlaizeTech
      @BlaizeTech  ปีที่แล้ว +1

      Just use a straight-up Squid proxy in a container. You don't need anything special for that.
      hub.docker.com/r/ubuntu/squid
      Use port 3128 or whatever port you choose; it does the rest.
      I used SSH for security, like a poor man's VPN.

    • @Cali_P
      @Cali_P ปีที่แล้ว

      @@BlaizeTech Yep that's working now! Much appreciated!

  • @achyutvyas4994
    @achyutvyas4994 ปีที่แล้ว

    Is it possible to create 25 to 30 container? And can i run it for 100 dollars?

    • @BlaizeTech
      @BlaizeTech  ปีที่แล้ว

      Not sure what it would cost. That all depend on the consumption rate you choose and the bandwidth you use.

  • @SantaShirt
    @SantaShirt ปีที่แล้ว

    Is it gonna charge your credits.

    • @BlaizeTech
      @BlaizeTech  ปีที่แล้ว

      For the IP and the bandwidth. The compute is free. Shut it off when it's not in use.

    • @SantaShirt
      @SantaShirt ปีที่แล้ว

      @@BlaizeTech there is no button to stop or restart

    • @BlaizeTech
      @BlaizeTech  ปีที่แล้ว

      @@SantaShirt Use scaling to scale to zero.

    • @SantaShirt
      @SantaShirt ปีที่แล้ว

      @@BlaizeTech ok

    • @SantaShirt
      @SantaShirt ปีที่แล้ว

      @@BlaizeTech how to get the ip and port if we don't want to use it in localhost?