docs: add cidrs configuration
This commit is contained in:
parent
4f6ba27559
commit
5d8d6ba952
16
README.md
16
README.md
@ -9,3 +9,19 @@ lxc-iptag is a simple script to add ip tags to LXC containers.
|
||||
```sh
|
||||
curl -sL https://github.com/gitsang/lxc-iptag/raw/main/install.sh | sudo bash
|
||||
```
|
||||
|
||||
## Configure
|
||||
|
||||
### CIDRs
|
||||
|
||||
Open `/usr/local/bin/lxc-iptag` and change the `cidr_list`
|
||||
|
||||
The default CIDRs are
|
||||
|
||||
```sh
|
||||
cidr_list=(
|
||||
192.168.0.0/16
|
||||
100.64.0.0/10
|
||||
10.0.0.0/8
|
||||
)
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user