@achingbrain/nat-port-mapper
    Preparing search index...

    Interface GlobalMapPortOptions

    interface GlobalMapPortOptions {
        autoRefresh?: boolean;
        description?: string;
        refreshThreshold?: number;
        refreshTimeout?: number;
        ttl?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoRefresh?: boolean

    If true, any mapped ports will be refreshed when their lease expires

    true
    
    description?: string

    If passed this will be used as the default description when mapping ports

    '@achingbrain/nat-port-mapper'
    
    refreshThreshold?: number

    How long before expiry to remap the port mapping in ms

    60_000
    
    refreshTimeout?: number

    How long to wait while trying to refresh a port mapping in ms

    10_000
    
    ttl?: number

    TTL for port mappings in ms

    3_600_000