Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for remote_ip (0.05 sec)

  1. ci/official/utilities/setup_docker.sh

        CONTAINER_IP_ADDR=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' tf)
        netsh advfirewall firewall add rule name="Allow Metadata Proxy" dir=in action=allow protocol=TCP localport=80 remoteip="$CONTAINER_IP_ADDR"
      fi
    
    fi
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Fri Aug 09 16:05:18 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. cmd/batch-handlers.go

    		return err
    	}
    
    	remoteEp := r.Target.Endpoint
    	remoteBkt := r.Target.Bucket
    	cred := r.Target.Creds
    	pathStyle := r.Target.Path
    
    	if r.Source.Endpoint != "" {
    		remoteEp = r.Source.Endpoint
    		cred = r.Source.Creds
    		remoteBkt = r.Source.Bucket
    		pathStyle = r.Source.Path
    
    	}
    
    	u, err := url.Parse(remoteEp)
    	if err != nil {
    		return err
    	}
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 18 15:32:09 UTC 2024
    - 62.2K bytes
    - Viewed (0)
Back to top