Skip to content

Commit 80c9cd4

Browse files
committed
Restore required option
1 parent e4e9609 commit 80c9cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/upnp/soap_portmapping.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def initialize
4646
[
4747
OptString.new('TARGETURI', [true, 'UPnP control URL', '/' ]),
4848
OptAddress.new('INTERNAL_CLIENT', [false, 'Internal client hostname/IP']),
49-
OptAddress.new('EXTERNAL_CLIENT', [true, 'External client hostname/IP']),
49+
OptAddress.new('EXTERNAL_CLIENT', [false, 'External client hostname/IP']),
5050
OptEnum.new('PROTOCOL', [true, 'Transport level protocol to map', 'TCP', %w(TCP UDP)]),
5151
OptInt.new('INTERNAL_PORT', [false, 'Internal port']),
5252
OptInt.new('EXTERNAL_PORT', [true, 'External port']),

0 commit comments

Comments
 (0)