Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.0

    Release: Release v0.1.0
    - This can convert Prefix length to Subnet mask...
    - This also can convert Subnet mask to Prefix length...
    
    ## Usage
    ```bash
    iasc --conversion-type prefix-to-subnet --prefix-length 27
    # Output
    255.255.255.224
    ```
    ```bash
    iasc --conversion-type subnet-to-prefix --subnet-mask 255.255.240.0
    # Output
    20
    ```