linted / linted/HardwareCheckout

block local network traffic from villagers

Open
#167 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Hardware help wanted
Dominant language
Python
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Description

something like:

```
iptables -A OUTPUT -m conntrack --ctstate NEW -m owner --uid-owner 100 -s 192.168.0.0/24 -j DROP
```

for 10's 172's 192's & 169's

Alternative:

allow ONLY villager network traffic to tmate's servers. We would need a list of the tmate server's addresses though

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are identified. Start by locating where network access for villagers is configured, then clarify whether private-network traffic should be blocked or only tmate traffic allowed; done requires an agreed policy, the necessary tmate addresses if allowlisting is chosen, and verification of the resulting firewall behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
networking, security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.