Skip to content

ArnaudKunzi/lxc-iptag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lxc-iptag

lxc-iptag is a simple script to add ip tags to LXC containers.

Installation

curl -sL https://github.com/ArnaudKunzi/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

cidr_list=(
    192.168.0.0/16
    100.64.0.0/10
    10.0.0.0/8
)

About

Add ip tags to LXC containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%