github.com/noisysockets/noisysockets@v0.21.2-0.20240515114641-7f467e651c90/config/testdata/config_v1alpha2.yaml (about)

     1  apiVersion: noisysockets.github.com/v1alpha2
     2  kind: Config
     3  listenPort: 12345
     4  privateKey: SFN1gntnAutVFefwrPDlM1W2/LGWaRSn2hq06TvL2GY=
     5  ips:
     6  - 10.7.0.3
     7  routes:
     8  - destination: 0.0.0.0/0
     9    via: gateway
    10  peers:
    11  - name: server
    12    publicKey: 6cvvZyj+EVL4DHjUKeVF7EUBfgR2mJO4php2Gdv9FVw=
    13    endpoint: 127.0.0.1:12346
    14    ips:
    15    - 10.7.0.1
    16  - name: gateway
    17    publicKey: aVHVSvdp1s9Cmw1r7XJgBSjXsSMpXdsskiuwPVYUdCk=
    18    endpoint: 127.0.0.1:12347
    19    ips:
    20    - 10.7.0.2