diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index c8a4b0a..c4d8c0f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,8 @@ mod diplonat; mod config; mod gw; +mod adapter; +mod igd_adapter; //use std::net::SocketAddrV4; //use std::collections::HashMap; |