Skip to content

block local network traffic from villagers #167

Description

@BenGardiner

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions