diff --git a/docker/dionaea/dist/etc/services/upnp.yaml b/docker/dionaea/dist/etc/services/upnp.yaml deleted file mode 100644 index 40a48d24..00000000 --- a/docker/dionaea/dist/etc/services/upnp.yaml +++ /dev/null @@ -1,28 +0,0 @@ -- name: upnp - config: - root: /opt/dionaea/var/dionaea/roots/upnp - # maximum size in kbytes of the request (32MB) - max_request_size: 32768 - personality: - # default - cache: "CACHE-CONTROL: max-age=120\r\n" - st: "ST: upnp:rootdevice\r\n" - usn: "USN: uuid:Upnp-IPMI-1_0-1234567890001::upnp:rootdevice\r\n" - server: "SERVER: Linux/2.6.17.WB_WPCM450.1.3 UPnP/1.0, Intel SDK for UPnP devices/1.3.1\r\n" - location: "LOCATION: http://192.168.0.1:49152/IPMIdevicedesc.xml\r\n" - opt: "OPT: http://schemas.upnp.org/upnp/1/0/\r\n" -# # Samsung TV -# cache: "CACHE-CONTROL: max-age=900\r\n" -# st: "ST: uuid:c1fd12b2-d954-4dba-9e92-a697e1558fb4\r\n" -# usn: "USN: uuid:c1fd12b2-d954-4dba-9e92-a697e1558fb4\r\n" -# server: "SERVER: SHP, UPnP/1.0, Samsung UPnP SDK/1.0\r\n" -# location: "LOCATION: http://192.168.0.10:7677/MainTVServer2\r\n" -# opt: "OPT: http://schemas.upnp.org/upnp/1/0/\r\n" -# -# # XBOX 360 -# cache: "CACHE-CONTROL: max-age=1800\r\n" -# st: "ST: urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1\r\n" -# usn: "USN: uuid:531c567a-8c46-4201-bcd4-09afa554d859::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1\r\n" -# server: "SERVER: Microsoft-Windows/6.3 UPnP/1.0 UPnP-Device-Host/1.0\r\n" -# location: "LOCATION: http://192.168.0.10:1055/upnphost/udhisapi.dll?content=uuid:531c567a-8c46-4201-bcd4-09afa554d859\r\n" -# opt: "OPT: http://schemas.upnp.org/upnp/1/0/\r\n" diff --git a/docker/dionaea/docker-compose.yml b/docker/dionaea/docker-compose.yml index 4eb4eda4..c2686387 100644 --- a/docker/dionaea/docker-compose.yml +++ b/docker/dionaea/docker-compose.yml @@ -28,7 +28,6 @@ services: - "1433:1433" - "1723:1723" - "1883:1883" - - "1900:1900/udp" - "3306:3306" - "5060:5060" - "5060:5060/udp" diff --git a/etc/compose/all.yml b/etc/compose/all.yml index 097f57f5..130af3aa 100644 --- a/etc/compose/all.yml +++ b/etc/compose/all.yml @@ -70,7 +70,6 @@ services: - "1433:1433" - "1723:1723" - "1883:1883" - - "1900:1900/udp" - "3306:3306" - "5060:5060" - "5060:5060/udp" diff --git a/etc/compose/hp.yml b/etc/compose/hp.yml index 166c3eb1..10d07078 100644 --- a/etc/compose/hp.yml +++ b/etc/compose/hp.yml @@ -53,7 +53,6 @@ services: - "1433:1433" - "1723:1723" - "1883:1883" - - "1900:1900/udp" - "3306:3306" - "5060:5060" - "5060:5060/udp" diff --git a/etc/compose/tpot.yml b/etc/compose/tpot.yml index f6581706..20b50675 100644 --- a/etc/compose/tpot.yml +++ b/etc/compose/tpot.yml @@ -55,7 +55,6 @@ services: - "1433:1433" - "1723:1723" - "1883:1883" - - "1900:1900/udp" - "3306:3306" - "5060:5060" - "5060:5060/udp"