Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Submitted on July 30, 2015 at 10:12 PM

Section 1 (Text)

    Bridge br-tun
        fail_mode: secure
        Port "gre-0a0102a4"
            Interface "gre-0a0102a4"
                type: gre
                options: {df_default="true", in_key=flow, local_ip="10.1.2.162", out_key=flow, remote_ip="10.1.2.164"}
        Port patch-int
            Interface patch-int
                type: patch
                options: {peer=patch-tun}
        Port "gre-0a0101a2"
            Interface "gre-0a0101a2"
                type: gre
                options: {df_default="true", in_key=flow, local_ip="10.1.2.162", out_key=flow, remote_ip="10.1.1.162"}
        Port br-tun
            Interface br-tun
                type: internal
        Port "gre-0a0101a4"
            Interface "gre-0a0101a4"
                type: gre
                options: {df_default="true", in_key=flow, local_ip="10.1.2.162", out_key=flow, remote_ip="10.1.1.164"}
    ovs_version: "2.0.2"