This commit is contained in:
garywill 2018-08-31 18:41:06 +08:00 committed by garywill
parent 3a55f526c2
commit 4f0ea10e43
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ Options:
For <id> you can use PID or subnet interface name.
You can get them with '--list-running'
```
> On exiting it restores changes done to system, except `/proc/sys/net/ipv4/ip_forward` and `/proc/sys/net/ipv6/conf/all/forwarding` set by NAT mode.
## Dependencies
- bash

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.5.2
VERSION=0.5.3
PROGNAME="$(basename $0)"
export LC_ALL=C