diff --git a/i2p2www/pages/site/docs/transport/ssu.html b/i2p2www/pages/site/docs/transport/ssu.html
index 8758e6ab..02991a9b 100644
--- a/i2p2www/pages/site/docs/transport/ssu.html
+++ b/i2p2www/pages/site/docs/transport/ssu.html
@@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}Secure Semireliable UDP{% endtrans %} (SSU){% endblock %}
-{% block lastupdated %}{% trans %}October 2016{% endtrans %}{% endblock %}
-{% block accuratefor %}0.9.28{% endblock %}
+{% block lastupdated %}{% trans %}April 2017{% endtrans %}{% endblock %}
+{% block accuratefor %}0.9.30{% endblock %}
{% block content %}
{% trans transports=site_url('docs/transport'), ntcp=site_url('docs/transport/ntcp') -%}
@@ -48,6 +48,11 @@ The following properties are stored in the network database.
host: IP (IPv4 or IPv6) or host name.
Shortened IPv6 address (with "::") is allowed.
May or may not be present if firewalled.
+iexp[0-2]: Expiration of this introducer.
+ ASCII digits, in seconds since the epoch.
+ Only present if firewalled, and introducers are required.
+ Optional (even if other properties for this introducer are present).
+ As of release 0.9.30, proposal 133.
ihost[0-2]: Introducer's IP (IPv4 or IPv6) or host name.
Shortened IPv6 address (with "::") is allowed.
Only present if firewalled, and introducers are required.
diff --git a/i2p2www/spec/proposals/133-introducer-expiration.rst b/i2p2www/spec/proposals/133-introducer-expiration.rst
index 16bb389c..65666f06 100644
--- a/i2p2www/spec/proposals/133-introducer-expiration.rst
+++ b/i2p2www/spec/proposals/133-introducer-expiration.rst
@@ -5,8 +5,10 @@ Introducer Expiration
:author: zzz
:created: 2017-02-05
:thread: http://zzz.i2p/topics/2230
- :lastupdated: 2017-04-07
- :status: Open
+ :lastupdated: 2017-04-13
+ :status: Closed
+ :target: 0.9.30
+ :implementedin: 0.9.30
.. contents::