## Setting the connection UP
### On the gateway server:
First, list the current rules
iptables -L -v -n## Setting the connection UP
### On the gateway server:
First, list the current rules
iptables -L -v -n| import requests, hashlib, os, ipaddress, subprocess | |
| from typing import List | |
| BETTERUPTIME_URL = 'https://uptime.betterstack.com/ips.txt' | |
| def run(cmd: List[str], check: bool = True, capture: bool = False) -> subprocess.CompletedProcess: | |
| return subprocess.run( | |
| cmd, | |
| check=check, |