@@ -86,7 +86,8 @@ enum ServerRelaysResponseStubs {
86
86
ipv6AddrIn: . loopback,
87
87
publicKey: PrivateKey ( ) . publicKey. rawValue,
88
88
includeInCountry: true ,
89
- daita: true
89
+ daita: true ,
90
+ shadowsocksExtraAddrIn: nil
90
91
) ,
91
92
REST . ServerRelay (
92
93
hostname: " se10-wireguard " ,
@@ -99,7 +100,8 @@ enum ServerRelaysResponseStubs {
99
100
ipv6AddrIn: . loopback,
100
101
publicKey: PrivateKey ( ) . publicKey. rawValue,
101
102
includeInCountry: true ,
102
- daita: false
103
+ daita: false ,
104
+ shadowsocksExtraAddrIn: nil
103
105
) ,
104
106
REST . ServerRelay (
105
107
hostname: " se2-wireguard " ,
@@ -112,7 +114,8 @@ enum ServerRelaysResponseStubs {
112
114
ipv6AddrIn: . loopback,
113
115
publicKey: PrivateKey ( ) . publicKey. rawValue,
114
116
includeInCountry: true ,
115
- daita: false
117
+ daita: false ,
118
+ shadowsocksExtraAddrIn: nil
116
119
) ,
117
120
REST . ServerRelay (
118
121
hostname: " se6-wireguard " ,
@@ -125,7 +128,8 @@ enum ServerRelaysResponseStubs {
125
128
ipv6AddrIn: . loopback,
126
129
publicKey: PrivateKey ( ) . publicKey. rawValue,
127
130
includeInCountry: true ,
128
- daita: false
131
+ daita: false ,
132
+ shadowsocksExtraAddrIn: nil
129
133
) ,
130
134
REST . ServerRelay (
131
135
hostname: " us-dal-wg-001 " ,
@@ -138,7 +142,8 @@ enum ServerRelaysResponseStubs {
138
142
ipv6AddrIn: . loopback,
139
143
publicKey: PrivateKey ( ) . publicKey. rawValue,
140
144
includeInCountry: true ,
141
- daita: true
145
+ daita: true ,
146
+ shadowsocksExtraAddrIn: nil
142
147
) ,
143
148
REST . ServerRelay (
144
149
hostname: " us-nyc-wg-301 " ,
@@ -151,7 +156,8 @@ enum ServerRelaysResponseStubs {
151
156
ipv6AddrIn: . loopback,
152
157
publicKey: PrivateKey ( ) . publicKey. rawValue,
153
158
includeInCountry: true ,
154
- daita: true
159
+ daita: true ,
160
+ shadowsocksExtraAddrIn: nil
155
161
) ,
156
162
REST . ServerRelay (
157
163
hostname: " us-nyc-wg-302 " ,
@@ -164,9 +170,11 @@ enum ServerRelaysResponseStubs {
164
170
ipv6AddrIn: . loopback,
165
171
publicKey: PrivateKey ( ) . publicKey. rawValue,
166
172
includeInCountry: true ,
167
- daita: true
173
+ daita: true ,
174
+ shadowsocksExtraAddrIn: nil
168
175
) ,
169
- ]
176
+ ] ,
177
+ shadowsocksPortRanges: [ ]
170
178
) ,
171
179
bridge: REST . ServerBridges ( shadowsocks: [
172
180
REST . ServerShadowsocks ( protocol: " tcp " , port: 443 , cipher: " aes-256-gcm " , password: " mullvad " ) ,
0 commit comments