diff options
| author | Matthieu Pignolet <m@mpgn.dev> | 2025-03-17 14:18:03 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <m@mpgn.dev> | 2025-03-17 14:18:03 +0400 |
| commit | 5098223d5c81fac49ded8e555ba629281b06d425 (patch) | |
| tree | 451988b8a7287735ac98704c5f2b1783fd837666 /host_vars/adguard1.pantheon.lab.mpgn.dev.yml | |
| parent | 63efaaf0ba315a9af837d9e9016d331a1327e5e5 (diff) | |
initial commit: migrate all `MatthieuCoder/pantheon-ansible` files to the oss repo
Diffstat (limited to 'host_vars/adguard1.pantheon.lab.mpgn.dev.yml')
| -rw-r--r-- | host_vars/adguard1.pantheon.lab.mpgn.dev.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/host_vars/adguard1.pantheon.lab.mpgn.dev.yml b/host_vars/adguard1.pantheon.lab.mpgn.dev.yml new file mode 100644 index 0000000..f6c6462 --- /dev/null +++ b/host_vars/adguard1.pantheon.lab.mpgn.dev.yml @@ -0,0 +1,19 @@ +--- +nft_input_host_rules: + 400 allow dns: + - tcp dport { 53 } ct state new accept + - udp dport { 53 } ct state new accept + 401 allow adguard webui: + - tcp dport { 80 } ct state new accept + 402 allow adguard-sync webui: + - tcp dport { 8080 } ct state new accept + +# Nmap scan report for adguard1.pantheon.lab.mpgn.dev (10.80.50.111) +# Host is up (0.00014s latency). +# Not shown: 996 closed tcp ports (reset) +# PORT STATE SERVICE +# 22/tcp open ssh +# 53/tcp open domain +# 80/tcp open http +# 8080/tcp open http-proxy +# MAC Address: BC:24:11:11:32:49 (Unknown)
\ No newline at end of file |
