Skip to content

Commit 01f6199

Browse files
committed
add missing iptables command
1 parent 8841bd9 commit 01f6199

File tree

1 file changed

+1
-0
lines changed
  • src/content/docs/cloudflare-one/connections/connect-networks/private-net

1 file changed

+1
-0
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/private-net/warp-connector.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ To install WARP Connector on a host machine:
8484
If you are setting up WARP Connector on a host with iptables enabled, make sure that your iptables FORWARD chain includes rules to accept the desired traffic. For testing and troubleshooting purposes, you can set the default policy for the WARP interface to ACCEPT:
8585
```sh
8686
iptables -A FORWARD -i CloudflareWARP -J ACCEPT
87+
iptables -A FORWARD -o CloudflareWARP -J ACCEPT
8788
```
8889
</Details>
8990

0 commit comments

Comments
 (0)