Skip to content

Commit a1df012

Browse files
authored
docs: clarify ensureFirewallNetwork return comment
1 parent d4b011c commit a1df012

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/host-iptables-network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { NETWORK_NAME, NETWORK_SUBNET } from './host-iptables-shared';
55

66
/**
77
* Creates the dedicated firewall network if it doesn't exist
8-
* Returns the Squid and agent IPs
8+
* Returns the firewall subnet and reserved container IPs (squid/agent/proxy)
99
*/
1010
export async function ensureFirewallNetwork(): Promise<{
1111
subnet: string;

0 commit comments

Comments
 (0)