linted / linted/HardwareCheckout
block local network traffic from villagers
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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