We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b011c commit a1df012Copy full SHA for a1df012
1 file changed
src/host-iptables-network.ts
@@ -5,7 +5,7 @@ import { NETWORK_NAME, NETWORK_SUBNET } from './host-iptables-shared';
5
6
/**
7
* Creates the dedicated firewall network if it doesn't exist
8
- * Returns the Squid and agent IPs
+ * Returns the firewall subnet and reserved container IPs (squid/agent/proxy)
9
*/
10
export async function ensureFirewallNetwork(): Promise<{
11
subnet: string;
0 commit comments