[Qt] Add DNS lookup
Merge branch 'main' of https://gitlab.com/jerry_an2/ip64bridge
Update README.md
[Qt] Allow config save & load in GUI
[Qt] Add json config file support
Remove dependency on socket.getaddrinfo
Merge branch 'main' of https://gitlab.com/jerry_an2/ip64bridge
Add Roadmap section in README.md
[Py] Add config file support (prototype)
Changelog update 0.2.0
Add CHANGELOG
Add LICENSE
Add missing files
Update README.md
[Py] Add argparse & misc threading updates
[Qt] Add command line parser
[Qt] Add system tray icon
[Qt] Add icons
[Qt] Add button to swap src & dst ports
[Qt] Add GUI controls
Add host IPv6 display
Add UI
Add TCP bridge prototype
Add log level control
Misc optimizations
Merge branch 'main' of https://gitlab.com/jerry_an2/ip64bridge
Fix README.md typo
Add README.md
Add missing files
Add Qt implementation of UDP bridge
Add support for TCP
Improve support for multiple connections
Add python implementation prototype