Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Do you have a couple server or admin nodes, but you don’t want members to be able to talk to each other?

Check the manual for theory about how rules work.

Code Block
tag server
  id 2
  enum 0 No
  enum 1 Yes
  default No;

# if neither member is a "server", break
break not tor server 1;

  
# This is required because the default action is 'drop'.
accept;

...