diff options
-rw-r--r-- | CHANGELOG | 7 | ||||
-rw-r--r-- | docs/firewall.rst | 9 |
2 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..dcf0f5c --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,7 @@ +0.21.6 +====== + +- A new and shiny gateway selector! +- Allow to select obfs4 gateways (bridges) +- Ability to define explicit allowed addresses for local networks. + diff --git a/docs/firewall.rst b/docs/firewall.rst new file mode 100644 index 0000000..0ebd358 --- /dev/null +++ b/docs/firewall.rst @@ -0,0 +1,9 @@ +firewall +======== + +If you want to explicitely define allowed ips in private ranges, please use the files:: + + /etc/bitmask/ipv4.allow + /etc/bitmask/ipv6.allow + +With one ip per line. |