mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-16 21:50:22 +02:00
6 lines
106 B
Go
6 lines
106 B
Go
package openvpn
|
|
|
|
func (l *looper) GetPortForwarded() (port uint16) {
|
|
return l.state.GetPortForwarded()
|
|
}
|