Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ip6tables -A INPUT -s ip6-localhost -d ip6-localhost -p tcp -j ACCEPT
  2. ip6tables -A OUTPUT -s ip6-localhost -d ip6-localhost -p tcp -j ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement