Matches source and destination addresses with IP regex, and uses the appropriate selector in the YAML output

This commit is contained in:
2023-01-31 15:10:51 -05:00
parent 6673b72fbd
commit c3e4c03dec
3 changed files with 113 additions and 45 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Running the code
1. Clone the repo
```
git clone https://git.jagrajaulakh.com/juggy1233/COMP4990-task7.git task7
cd task7
```
2. Compile code and run
```
make build
bin/mkconfig nginx 80 access 5978 TCP -o test.yaml
```