mirror of
https://github.com/monero-project/monero.git
synced 2026-01-03 11:55:31 -05:00
Port mapping with UPnP
This commit is contained in:
parent
a401a02ddb
commit
9682a15400
90 changed files with 10630 additions and 24 deletions
8
external/miniupnpc/java/testjava.bat
vendored
Executable file
8
external/miniupnpc/java/testjava.bat
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
@echo off
|
||||
set JAVA=java
|
||||
set JAVAC=javac
|
||||
REM notice the semicolon for Windows. Write once, run ... oh nevermind
|
||||
set CP=miniupnpc_win32.jar;.
|
||||
|
||||
%JAVAC% -cp "%CP%" JavaBridgeTest.java || exit 1
|
||||
%JAVA% -cp "%CP%" JavaBridgeTest 12345 UDP || exit 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue