Skip to content

Commit

Permalink
Use more readable style for $BRIDGES, $SNAT, and $LOGGED
Browse files Browse the repository at this point in the history
  • Loading branch information
rustybird committed Sep 6, 2018
1 parent 8e24651 commit ad38b3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 4 additions & 2 deletions corridor.d/20-bridges.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Syntax: like torrc
##
#BRIDGES="Bridge 1.2.3.4:443
#Bridge 2.3.4.5:443"
#BRIDGES="
#Bridge 1.2.3.4:443
#Bridge 2.3.4.5:443
#"
10 changes: 7 additions & 3 deletions corridor.d/90-network.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## If a line has a second argument, SNAT --to-source.
## Otherwise, MASQUERADE.
##
#SNAT="10.0.0.0/8 192.168.1.2"
#SNAT="
#10.0.0.0/8 192.168.1.2
#"

## Syntax: ipset(8) hash:net
##
#LOGGED="10.1.0.1-10.1.0.9
#LOGGED="
#10.1.0.1-10.1.0.9
#10.2.0.0/16
#10.2.0.5 nomatch"
#10.2.0.5 nomatch
#"

0 comments on commit ad38b3e

Please sign in to comment.