Skip to content

Commit

Permalink
Added AU ip (#309)
Browse files Browse the repository at this point in the history
* added AU ip
  • Loading branch information
sker65 authored Nov 9, 2024
1 parent 9c718e7 commit 2e683aa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion data-governance/no-code-access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ which includes `octomind`.

## Two IP addresses

If you need to set your firewall to allow our agent to access your web app, please allow our IP addresses: `35.192.162.70` and `34.159.153.198` (europe proxy).
If you need to set your firewall to allow our agent to access your web app, please allow our IP addresses: `35.192.162.70`,
`34.159.153.198` (europe proxy) or `34.129.193.156` (australia proxy).

## NDA option

Expand Down
3 changes: 2 additions & 1 deletion octomind-bot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Key functionalities include:
3. **IP Address Management:**

- The bot uses a proxy for all web requests, ensuring that the IP address is consistent across all interactions. It does not use IP rotation.
- The proxy server is configured by the octomind platform and currently uses two IP addresses `35.192.162.70` and `34.159.153.198`.
- The proxy server is configured by the octomind platform and currently uses 3 IP addresses `35.192.162.70`, `34.159.153.198`
and `34.129.193.156`.

4. **Page Loading and AI Analysis:**

Expand Down
2 changes: 1 addition & 1 deletion private-location.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The worker acts as a combination of a proxy and tunneling mechanism, connecting
### Tunneling with FRP

The tunneling is managed using [FRP](https://github.com/fatedier/frp), connecting the worker’s frp-client to Octomind’s proxy servers (EU or US).
It requires access permission to specific public IPs: `35.192.162.70` or `34.159.153.198`.
It requires access permission to specific public IPs: `35.192.162.70`, `34.159.153.198` or `34.129.193.156`.

### Access to private web applications

Expand Down
2 changes: 1 addition & 1 deletion proxy/private-location.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The worker acts as a combination of a proxy and tunneling mechanism, connecting
### Tunneling with FRP

The tunneling is managed using [FRP](https://github.com/fatedier/frp), connecting the worker’s frp-client to Octomind’s proxy servers (EU or US).
It requires access permission to specific public IPs: `35.192.162.70` or `34.159.153.198`.
It requires access permission to specific public IPs: `35.192.162.70`, `34.159.153.198` or `34.129.193.156`.

### Access to private web applications

Expand Down
6 changes: 4 additions & 2 deletions rate-limiting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ icon: "gauge-max"

Whenever the AI agent generates tests for user flows on your page, or when the test runner executes the tests - we are sending requests to your application.

To ensure a well defined behavior all requests are sent through **two fixed IP addresses** - `35.192.162.70` and `34.159.153.198` (europe proxy).
To ensure a well defined behavior all requests are sent through **3 fixed IP addresses** - `35.192.162.70`, `34.159.153.198` (europe proxy)
and `34.129.193.156` (australia proxy).

## AI generation

Expand All @@ -30,4 +31,5 @@ While Octomind supports a login with a **one time password (OTP)**, it might run
## Rate limiter

If your application is protected against [DoS Attacks](https://en.wikipedia.org/wiki/Denial-of-service_attack) with a [rate limiter](https://en.wikipedia.org/wiki/Rate_limiting) it is very likely that Octomind test runs and/or AI generation will fail.
The easiest solutions is to configure and exception for our IP address: `35.192.162.70` and `34.159.153.198` (europe proxy) for white listing.
The easiest solutions is to configure and exception for our IP address: `35.192.162.70`, `34.159.153.198` (europe proxy)
or `34.129.193.156` (australia proxy) for white listing.

0 comments on commit 2e683aa

Please sign in to comment.